Html Css Color HEX #F05918 Persimmon

📋 copy color: '#F05918'

red 240 ◦ green 89 ◦ blue 24

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

Shades of Persimmon #F05918

Tints of Persimmon #F05918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.8%

R = 67.99%
G = 25.21%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.9

 K value IS 0.06

RGB Variations

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

Color information

#F05918 (or 0xF05918) is known color: Persimmon. HEX triplet: F0, 59 and 18. RGB value is (240,89,24). Sum of RGB (Red+Green+Blue) = 240+89+24=353 (46% of max value = 765). Red value is 240 (94.14% from 255 or 67.99% from 353); Green value is 89 (35.16% from 255 or 25.21% from 353); Blue value is 24 (9.77% from 255 or 6.80% from 353); Max value from RGB is 240 - color contains mainly: red. Hex color #F05918 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05918 is #0FA6E7. Grayscale: #7F7F7F. Windows color (decimal): -1025768 or 1595888. OLE color: 1595888.

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

Color convert

RGB 240 89 24 -
CMYK 0 0.63 0.9 0.06
HSL 18.06º 0.88% 0.52% -
HSV(B) 18.06º 0.9% 0.94% -
XYZ 39.67 25.74 3.74 -
YUV 126.74 70.03 208.79 -
System Red Green Blue C M Y K H S L
Decimal 240 89 24 0 0.63 0.9 0.06 18.06 0.88 0.52
Hex F0 59 18 0 3F 5A 6 12 58 34
Octal 360 131 30 0 77 132 6 22 130 64
Binary 11110000 1011001 11000 0 111111 1011010 110 10010 1011000 110100

Color Harmonies of #F05918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05918

Black with #F05918

Text Example


Text Example

White with #F05918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05918; }

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

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

background-color css

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

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

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

border-color css

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

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

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