Html Css Color HEX #F05418 Persimmon

📋 copy color: '#F05418'

red 240 ◦ green 84 ◦ blue 24

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

Shades of Persimmon #F05418

Tints of Persimmon #F05418

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.14%

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

R = 68.97%
G = 24.14%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.9

 K value IS 0.06

RGB Variations

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

Color information

#F05418 (or 0xF05418) is known color: Persimmon. HEX triplet: F0, 54 and 18. RGB value is (240,84,24). Sum of RGB (Red+Green+Blue) = 240+84+24=348 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.97% from 348); Green value is 84 (33.20% from 255 or 24.14% from 348); Blue value is 24 (9.77% from 255 or 6.90% from 348); Max value from RGB is 240 - color contains mainly: red. Hex color #F05418 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05418 is #0FABE7. Grayscale: #7C7C7C. Windows color (decimal): -1027048 or 1594608. OLE color: 1594608.

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

Color convert

RGB 240 84 24 -
CMYK 0 0.65 0.9 0.06
HSL 16.67º 0.88% 0.52% -
HSV(B) 16.67º 0.9% 0.94% -
XYZ 39.27 24.93 3.61 -
YUV 123.8 71.68 210.88 -
System Red Green Blue C M Y K H S L
Decimal 240 84 24 0 0.65 0.9 0.06 16.67 0.88 0.52
Hex F0 54 18 0 41 5A 6 11 58 34
Octal 360 124 30 0 101 132 6 21 130 64
Binary 11110000 1010100 11000 0 1000001 1011010 110 10001 1011000 110100

Color Harmonies of #F05418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05418

Black with #F05418

Text Example


Text Example

White with #F05418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05418; }

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

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

background-color css

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

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

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

border-color css

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

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

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