Html Css Color HEX #F05E18 Persimmon

📋 copy color: '#F05E18'

red 240 ◦ green 94 ◦ blue 24

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

Shades of Persimmon #F05E18

Tints of Persimmon #F05E18

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.26%

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

R = 67.04%
G = 26.26%
B = 6.7%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.9

 K value IS 0.06

RGB Variations

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

Color information

#F05E18 (or 0xF05E18) is known color: Persimmon. HEX triplet: F0, 5E and 18. RGB value is (240,94,24). Sum of RGB (Red+Green+Blue) = 240+94+24=358 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.04% from 358); Green value is 94 (37.11% from 255 or 26.26% from 358); Blue value is 24 (9.77% from 255 or 6.70% from 358); Max value from RGB is 240 - color contains mainly: red. Hex color #F05E18 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05E18 is #0FA1E7. Grayscale: #828282. Windows color (decimal): -1024488 or 1597168. OLE color: 1597168.

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

Color convert

RGB 240 94 24 -
CMYK 0 0.61 0.9 0.06
HSL 19.44º 0.88% 0.52% -
HSV(B) 19.44º 0.9% 0.94% -
XYZ 40.1 26.6 3.88 -
YUV 129.67 68.37 206.69 -
System Red Green Blue C M Y K H S L
Decimal 240 94 24 0 0.61 0.9 0.06 19.44 0.88 0.52
Hex F0 5E 18 0 3D 5A 6 13 58 34
Octal 360 136 30 0 75 132 6 23 130 64
Binary 11110000 1011110 11000 0 111101 1011010 110 10011 1011000 110100

Color Harmonies of #F05E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05E18

Black with #F05E18

Text Example


Text Example

White with #F05E18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05E18; }

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

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

background-color css

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

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

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

border-color css

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

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

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