Html Css Color HEX #F05118 Persimmon

📋 copy color: '#F05118'

red 240 ◦ green 81 ◦ blue 24

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

Shades of Persimmon #F05118

Tints of Persimmon #F05118

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.48%

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

R = 69.57%
G = 23.48%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.9

 K value IS 0.06

RGB Variations

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

Color information

#F05118 (or 0xF05118) is known color: Persimmon. HEX triplet: F0, 51 and 18. RGB value is (240,81,24). Sum of RGB (Red+Green+Blue) = 240+81+24=345 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.57% from 345); Green value is 81 (32.03% from 255 or 23.48% from 345); Blue value is 24 (9.77% from 255 or 6.96% from 345); Max value from RGB is 240 - color contains mainly: red. Hex color #F05118 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05118 is #0FAEE7. Grayscale: #7A7A7A. Windows color (decimal): -1027816 or 1593840. OLE color: 1593840.

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

Color convert

RGB 240 81 24 -
CMYK 0 0.66 0.9 0.06
HSL 15.83º 0.88% 0.52% -
HSV(B) 15.83º 0.9% 0.94% -
XYZ 39.04 24.48 3.53 -
YUV 122.04 72.68 212.13 -
System Red Green Blue C M Y K H S L
Decimal 240 81 24 0 0.66 0.9 0.06 15.83 0.88 0.52
Hex F0 51 18 0 42 5A 6 10 58 34
Octal 360 121 30 0 102 132 6 20 130 64
Binary 11110000 1010001 11000 0 1000010 1011010 110 10000 1011000 110100

Color Harmonies of #F05118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05118

Black with #F05118

Text Example


Text Example

White with #F05118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05118; }

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

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

background-color css

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

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

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

border-color css

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

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

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