Html Css Color HEX #F07942 Jaffa

📋 copy color: '#F07942'

red 240 ◦ green 121 ◦ blue 66

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

Shades of Jaffa #F07942

Tints of Jaffa #F07942

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.34%

 BLUE value IS 66 (26.17% from 255) = 15.46%

R = 56.21%
G = 28.34%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#F07942 (or 0xF07942) is known color: Jaffa. HEX triplet: F0, 79 and 42. RGB value is (240,121,66). Sum of RGB (Red+Green+Blue) = 240+121+66=427 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.21% from 427); Green value is 121 (47.66% from 255 or 28.34% from 427); Blue value is 66 (26.17% from 255 or 15.46% from 427); Max value from RGB is 240 - color contains mainly: red. Hex color #F07942 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07942 is #0F86BD. Grayscale: #969696. Windows color (decimal): -1017534 or 4356592. OLE color: 4356592.

HSL color Cylindrical-coordinate representation of color #F07942: hue angle of 18.97º 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 #F07942 is Cyan = 0, Magento = 0.50, Yellow = 0.72 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 121 66 -
CMYK 0 0.50 0.72 0.06
HSL 18.97º 0.85% 0.6% -
HSV(B) 18.97º 0.73% 0.94% -
XYZ 43.76 32.59 9.14 -
YUV 150.31 80.42 191.97 -
System Red Green Blue C M Y K H S L
Decimal 240 121 66 0 0.50 0.72 0.06 18.97 0.85 0.6
Hex F0 79 42 0 32 48 6 13 55 3C
Octal 360 171 102 0 62 110 6 23 125 74
Binary 11110000 1111001 1000010 0 110010 1001000 110 10011 1010101 111100

Color Harmonies of #F07942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07942

Black with #F07942

Text Example


Text Example

White with #F07942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07942; }

 p { color: rgb(240,121,66); }

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

background-color css

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

 a { background-color: rgb(240,121,66); }

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

border-color css

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

 span { border-color: rgb(240,121,66); }

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