Html Css Color HEX #F06F40 Jaffa

📋 copy color: '#F06F40'

red 240 ◦ green 111 ◦ blue 64

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

Shades of Jaffa #F06F40

Tints of Jaffa #F06F40

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.75%

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

R = 57.83%
G = 26.75%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#F06F40 (or 0xF06F40) is known color: Jaffa. HEX triplet: F0, 6F and 40. RGB value is (240,111,64). Sum of RGB (Red+Green+Blue) = 240+111+64=415 (54% of max value = 765). Red value is 240 (94.14% from 255 or 57.83% from 415); Green value is 111 (43.75% from 255 or 26.75% from 415); Blue value is 64 (25.39% from 255 or 15.42% from 415); Max value from RGB is 240 - color contains mainly: red. Hex color #F06F40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06F40 is #0F90BF. Grayscale: #909090. Windows color (decimal): -1020096 or 4222960. OLE color: 4222960.

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

Color convert

RGB 240 111 64 -
CMYK 0 0.54 0.73 0.06
HSL 16.02º 0.85% 0.6% -
HSV(B) 16.02º 0.73% 0.94% -
XYZ 42.55 30.26 8.45 -
YUV 144.21 82.74 196.32 -
System Red Green Blue C M Y K H S L
Decimal 240 111 64 0 0.54 0.73 0.06 16.02 0.85 0.6
Hex F0 6F 40 0 36 49 6 10 55 3C
Octal 360 157 100 0 66 111 6 20 125 74
Binary 11110000 1101111 1000000 0 110110 1001001 110 10000 1010101 111100

Color Harmonies of #F06F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06F40

Black with #F06F40

Text Example


Text Example

White with #F06F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06F40; }

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

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

background-color css

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

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

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

border-color css

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

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

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