Html Css Color HEX #F05912 Persimmon

📋 copy color: '#F05912'

red 240 ◦ green 89 ◦ blue 18

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

Shades of Persimmon #F05912

Tints of Persimmon #F05912

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.19%

R = 69.16%
G = 25.65%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F05912 (or 0xF05912) is known color: Persimmon. HEX triplet: F0, 59 and 12. RGB value is (240,89,18). Sum of RGB (Red+Green+Blue) = 240+89+18=347 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.16% from 347); Green value is 89 (35.16% from 255 or 25.65% from 347); Blue value is 18 (7.42% from 255 or 5.19% from 347); Max value from RGB is 240 - color contains mainly: red. Hex color #F05912 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05912 is #0FA6ED. Grayscale: #7E7E7E. Windows color (decimal): -1025774 or 1202672. OLE color: 1202672.

HSL color Cylindrical-coordinate representation of color #F05912: hue angle of 19.19º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F05912 is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 89 18 -
CMYK 0 0.63 0.92 0.06
HSL 19.19º 0.88% 0.51% -
HSV(B) 19.19º 0.93% 0.94% -
XYZ 39.62 25.71 3.45 -
YUV 126.06 67.03 209.27 -
System Red Green Blue C M Y K H S L
Decimal 240 89 18 0 0.63 0.92 0.06 19.19 0.88 0.51
Hex F0 59 12 0 3F 5C 6 13 58 33
Octal 360 131 22 0 77 134 6 23 130 63
Binary 11110000 1011001 10010 0 111111 1011100 110 10011 1011000 110011

Color Harmonies of #F05912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05912

Black with #F05912

Text Example


Text Example

White with #F05912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05912; }

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

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

background-color css

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

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

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

border-color css

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

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

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