Html Css Color HEX #F05908 Persimmon

📋 copy color: '#F05908'

red 240 ◦ green 89 ◦ blue 8

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

Shades of Persimmon #F05908

Tints of Persimmon #F05908

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.41%

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

R = 71.22%
G = 26.41%
B = 2.37%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#F05908 (or 0xF05908) is known color: Persimmon. HEX triplet: F0, 59 and 08. RGB value is (240,89,8). Sum of RGB (Red+Green+Blue) = 240+89+8=337 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.22% from 337); Green value is 89 (35.16% from 255 or 26.41% from 337); Blue value is 8 (3.52% from 255 or 2.37% from 337); Max value from RGB is 240 - color contains mainly: red. Hex color #F05908 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05908 is #0FA6F7. Grayscale: #7D7D7D. Windows color (decimal): -1025784 or 547312. OLE color: 547312.

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

Color convert

RGB 240 89 8 -
CMYK 0 0.63 0.97 0.06
HSL 20.95º 0.94% 0.49% -
HSV(B) 20.95º 0.97% 0.94% -
XYZ 39.55 25.69 3.1 -
YUV 124.92 62.03 210.09 -
System Red Green Blue C M Y K H S L
Decimal 240 89 8 0 0.63 0.97 0.06 20.95 0.94 0.49
Hex F0 59 8 0 3F 61 6 15 5E 31
Octal 360 131 10 0 77 141 6 25 136 61
Binary 11110000 1011001 1000 0 111111 1100001 110 10101 1011110 110001

Color Harmonies of #F05908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05908

Black with #F05908

Text Example


Text Example

White with #F05908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05908; }

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

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

background-color css

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

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

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

border-color css

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

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

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