Html Css Color HEX #F07544 Jaffa

📋 copy color: '#F07544'

red 240 ◦ green 117 ◦ blue 68

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

Shades of Jaffa #F07544

Tints of Jaffa #F07544

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.53%

 BLUE value IS 68 (26.95% from 255) = 16%

R = 56.47%
G = 27.53%
B = 16%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#F07544 (or 0xF07544) is known color: Jaffa. HEX triplet: F0, 75 and 44. RGB value is (240,117,68). Sum of RGB (Red+Green+Blue) = 240+117+68=425 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.47% from 425); Green value is 117 (46.09% from 255 or 27.53% from 425); Blue value is 68 (26.95% from 255 or 16% from 425); Max value from RGB is 240 - color contains mainly: red. Hex color #F07544 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07544 is #0F8ABB. Grayscale: #949494. Windows color (decimal): -1018556 or 4486640. OLE color: 4486640.

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

Color convert

RGB 240 117 68 -
CMYK 0 0.51 0.72 0.06
HSL 17.09º 0.85% 0.6% -
HSV(B) 17.09º 0.72% 0.94% -
XYZ 43.34 31.67 9.3 -
YUV 148.19 82.75 193.48 -
System Red Green Blue C M Y K H S L
Decimal 240 117 68 0 0.51 0.72 0.06 17.09 0.85 0.6
Hex F0 75 44 0 33 48 6 11 55 3C
Octal 360 165 104 0 63 110 6 21 125 74
Binary 11110000 1110101 1000100 0 110011 1001000 110 10001 1010101 111100

Color Harmonies of #F07544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07544

Black with #F07544

Text Example


Text Example

White with #F07544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07544; }

 p { color: rgb(240,117,68); }

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

background-color css

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

 a { background-color: rgb(240,117,68); }

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

border-color css

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

 span { border-color: rgb(240,117,68); }

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