Html Css Color HEX #F07240 Jaffa

📋 copy color: '#F07240'

red 240 ◦ green 114 ◦ blue 64

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

Shades of Jaffa #F07240

Tints of Jaffa #F07240

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.27%

 BLUE value IS 64 (25.39% from 255) = 15.31%

R = 57.42%
G = 27.27%
B = 15.31%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#F07240 (or 0xF07240) is known color: Jaffa. HEX triplet: F0, 72 and 40. RGB value is (240,114,64). Sum of RGB (Red+Green+Blue) = 240+114+64=418 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.42% from 418); Green value is 114 (44.92% from 255 or 27.27% from 418); Blue value is 64 (25.39% from 255 or 15.31% from 418); Max value from RGB is 240 - color contains mainly: red. Hex color #F07240 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07240 is #0F8DBF. Grayscale: #929292. Windows color (decimal): -1019328 or 4223728. OLE color: 4223728.

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

Color convert

RGB 240 114 64 -
CMYK 0 0.52 0.73 0.06
HSL 17.05º 0.85% 0.6% -
HSV(B) 17.05º 0.73% 0.94% -
XYZ 42.88 30.93 8.56 -
YUV 145.97 81.74 195.07 -
System Red Green Blue C M Y K H S L
Decimal 240 114 64 0 0.52 0.73 0.06 17.05 0.85 0.6
Hex F0 72 40 0 34 49 6 11 55 3C
Octal 360 162 100 0 64 111 6 21 125 74
Binary 11110000 1110010 1000000 0 110100 1001001 110 10001 1010101 111100

Color Harmonies of #F07240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07240

Black with #F07240

Text Example


Text Example

White with #F07240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07240; }

 p { color: rgb(240,114,64); }

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

background-color css

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

 a { background-color: rgb(240,114,64); }

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

border-color css

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

 span { border-color: rgb(240,114,64); }

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