Html Css Color HEX #F06408 Persimmon

📋 copy color: '#F06408'

red 240 ◦ green 100 ◦ blue 8

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

Shades of Persimmon #F06408

Tints of Persimmon #F06408

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.74%

 BLUE value IS 8 (3.52% from 255) = 2.3%

R = 68.97%
G = 28.74%
B = 2.3%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#F06408 (or 0xF06408) is known color: Persimmon. HEX triplet: F0, 64 and 08. RGB value is (240,100,8). Sum of RGB (Red+Green+Blue) = 240+100+8=348 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.97% from 348); Green value is 100 (39.45% from 255 or 28.74% from 348); Blue value is 8 (3.52% from 255 or 2.30% from 348); Max value from RGB is 240 - color contains mainly: red. Hex color #F06408 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06408 is #0F9BF7. Grayscale: #838383. Windows color (decimal): -1022968 or 550128. OLE color: 550128.

HSL color Cylindrical-coordinate representation of color #F06408: hue angle of 23.79º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F06408 is Cyan = 0, Magento = 0.58, Yellow = 0.97 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 100 8 -
CMYK 0 0.58 0.97 0.06
HSL 23.79º 0.94% 0.49% -
HSV(B) 23.79º 0.97% 0.94% -
XYZ 40.54 27.66 3.43 -
YUV 131.37 58.38 205.48 -
System Red Green Blue C M Y K H S L
Decimal 240 100 8 0 0.58 0.97 0.06 23.79 0.94 0.49
Hex F0 64 8 0 3A 61 6 18 5E 31
Octal 360 144 10 0 72 141 6 30 136 61
Binary 11110000 1100100 1000 0 111010 1100001 110 11000 1011110 110001

Color Harmonies of #F06408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06408

Black with #F06408

Text Example


Text Example

White with #F06408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06408; }

 p { color: rgb(240,100,8); }

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

background-color css

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

 a { background-color: rgb(240,100,8); }

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

border-color css

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

 span { border-color: rgb(240,100,8); }

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