Html Css Color HEX #F07141 Jaffa

📋 copy color: '#F07141'

red 240 ◦ green 113 ◦ blue 65

#F07141
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jaffa #F07141

Tints of Jaffa #F07141

RGB

 RED value IS 240 (94.14% from 255) = 57.42%

 GREEN value IS 113 (44.53% from 255) = 27.03%

 BLUE value IS 65 (25.78% from 255) = 15.55%

R = 57.42%
G = 27.03%
B = 15.55%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.73

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F07141 (or 0xF07141) is known color: Jaffa. HEX triplet: F0, 71 and 41. RGB value is (240,113,65). Sum of RGB (Red+Green+Blue) = 240+113+65=418 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.42% from 418); Green value is 113 (44.53% from 255 or 27.03% from 418); Blue value is 65 (25.78% from 255 or 15.55% from 418); Max value from RGB is 240 - color contains mainly: red. Hex color #F07141 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07141 is #0F8EBE. Grayscale: #919191. Windows color (decimal): -1019583 or 4289008. OLE color: 4289008.

HSL color Cylindrical-coordinate representation of color #F07141: hue angle of 16.46º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F07141 is Cyan = 0, Magento = 0.53, Yellow = 0.73 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 113 65 -
CMYK 0 0.53 0.73 0.06
HSL 16.46º 0.85% 0.6% -
HSV(B) 16.46º 0.73% 0.94% -
XYZ 42.79 30.72 8.67 -
YUV 145.5 82.58 195.4 -
System Red Green Blue C M Y K H S L
Decimal 240 113 65 0 0.53 0.73 0.06 16.46 0.85 0.6
Hex F0 71 41 0 35 49 6 10 55 3C
Octal 360 161 101 0 65 111 6 20 125 74
Binary 11110000 1110001 1000001 0 110101 1001001 110 10000 1010101 111100

Color Harmonies of #F07141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07141

Black with #F07141

Text Example


Text Example

White with #F07141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07141; }

 p { color: rgb(240,113,65); }

 H1.HeaderClassName
 {
   color: #F07141;
 }
 .AnyTagClassName
 {
   color: #F07141;
 }
</style>

background-color css

<style>
 a { background-color: #F07141; }

 a { background-color: rgb(240,113,65); }

 div.DivClassName
 {
   background-color: #F07141;
 }
 .BgClassName
 {
   background-color: #F07141;
 }
</style>

border-color css

<style>
 span { border-color: #F07141; }

 span { border-color: rgb(240,113,65); }

 td.TdClassName
 {
   border-color: #F07141;
 }
 .TagClassName
 {
   border-color: #F07141;
 }
</style>