Html Css Color HEX #F07442 Jaffa

📋 copy color: '#F07442'

red 240 ◦ green 116 ◦ blue 66

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

Shades of Jaffa #F07442

Tints of Jaffa #F07442

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.49%

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

R = 56.87%
G = 27.49%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#F07442 (or 0xF07442) is known color: Jaffa. HEX triplet: F0, 74 and 42. RGB value is (240,116,66). Sum of RGB (Red+Green+Blue) = 240+116+66=422 (55% of max value = 765). Red value is 240 (94.14% from 255 or 56.87% from 422); Green value is 116 (45.70% from 255 or 27.49% from 422); Blue value is 66 (26.17% from 255 or 15.64% from 422); Max value from RGB is 240 - color contains mainly: red. Hex color #F07442 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07442 is #0F8BBD. Grayscale: #939393. Windows color (decimal): -1018814 or 4355312. OLE color: 4355312.

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

Color convert

RGB 240 116 66 -
CMYK 0 0.52 0.72 0.06
HSL 17.24º 0.85% 0.6% -
HSV(B) 17.24º 0.73% 0.94% -
XYZ 43.16 31.41 8.94 -
YUV 147.38 82.08 194.07 -
System Red Green Blue C M Y K H S L
Decimal 240 116 66 0 0.52 0.72 0.06 17.24 0.85 0.6
Hex F0 74 42 0 34 48 6 11 55 3C
Octal 360 164 102 0 64 110 6 21 125 74
Binary 11110000 1110100 1000010 0 110100 1001000 110 10001 1010101 111100

Color Harmonies of #F07442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07442

Black with #F07442

Text Example


Text Example

White with #F07442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07442; }

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

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

background-color css

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

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

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

border-color css

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

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

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