Html Css Color HEX #F05008 Persimmon

📋 copy color: '#F05008'

red 240 ◦ green 80 ◦ blue 8

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

Shades of Persimmon #F05008

Tints of Persimmon #F05008

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.39%

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

R = 73.17%
G = 24.39%
B = 2.44%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#F05008 (or 0xF05008) is known color: Persimmon. HEX triplet: F0, 50 and 08. RGB value is (240,80,8). Sum of RGB (Red+Green+Blue) = 240+80+8=328 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.17% from 328); Green value is 80 (31.64% from 255 or 24.39% from 328); Blue value is 8 (3.52% from 255 or 2.44% from 328); Max value from RGB is 240 - color contains mainly: red. Hex color #F05008 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05008 is #0FAFF7. Grayscale: #787878. Windows color (decimal): -1028088 or 545008. OLE color: 545008.

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

Color convert

RGB 240 80 8 -
CMYK 0 0.67 0.97 0.06
HSL 18.62º 0.94% 0.49% -
HSV(B) 18.62º 0.97% 0.94% -
XYZ 38.85 24.28 2.87 -
YUV 119.63 65.01 213.85 -
System Red Green Blue C M Y K H S L
Decimal 240 80 8 0 0.67 0.97 0.06 18.62 0.94 0.49
Hex F0 50 8 0 43 61 6 13 5E 31
Octal 360 120 10 0 103 141 6 23 136 61
Binary 11110000 1010000 1000 0 1000011 1100001 110 10011 1011110 110001

Color Harmonies of #F05008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05008

Black with #F05008

Text Example


Text Example

White with #F05008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05008; }

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

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

background-color css

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

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

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

border-color css

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

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

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