Html Css Color HEX #F05F18 Persimmon

📋 copy color: '#F05F18'

red 240 ◦ green 95 ◦ blue 24

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

Shades of Persimmon #F05F18

Tints of Persimmon #F05F18

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.46%

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

R = 66.85%
G = 26.46%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.9

 K value IS 0.06

RGB Variations

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

Color information

#F05F18 (or 0xF05F18) is known color: Persimmon. HEX triplet: F0, 5F and 18. RGB value is (240,95,24). Sum of RGB (Red+Green+Blue) = 240+95+24=359 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.85% from 359); Green value is 95 (37.5% from 255 or 26.46% from 359); Blue value is 24 (9.77% from 255 or 6.69% from 359); Max value from RGB is 240 - color contains mainly: red. Hex color #F05F18 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05F18 is #0FA0E7. Grayscale: #828282. Windows color (decimal): -1024232 or 1597424. OLE color: 1597424.

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

Color convert

RGB 240 95 24 -
CMYK 0 0.60 0.9 0.06
HSL 19.72º 0.88% 0.52% -
HSV(B) 19.72º 0.9% 0.94% -
XYZ 40.19 26.78 3.91 -
YUV 130.26 68.04 206.27 -
System Red Green Blue C M Y K H S L
Decimal 240 95 24 0 0.60 0.9 0.06 19.72 0.88 0.52
Hex F0 5F 18 0 3C 5A 6 14 58 34
Octal 360 137 30 0 74 132 6 24 130 64
Binary 11110000 1011111 11000 0 111100 1011010 110 10100 1011000 110100

Color Harmonies of #F05F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05F18

Black with #F05F18

Text Example


Text Example

White with #F05F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05F18; }

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

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

background-color css

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

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

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

border-color css

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

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

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