Html Css Color HEX #F45518 Persimmon

📋 copy color: '#F45518'

red 244 ◦ green 85 ◦ blue 24

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

Shades of Persimmon #F45518

Tints of Persimmon #F45518

RGB

 RED value IS 244 (95.7% from 255) = 69.12%

 GREEN value IS 85 (33.59% from 255) = 24.08%

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

R = 69.12%
G = 24.08%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.90

 K value IS 0.04

RGB Variations

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

Color information

#F45518 (or 0xF45518) is known color: Persimmon. HEX triplet: F4, 55 and 18. RGB value is (244,85,24). Sum of RGB (Red+Green+Blue) = 244+85+24=353 (46% of max value = 765). Red value is 244 (95.70% from 255 or 69.12% from 353); Green value is 85 (33.59% from 255 or 24.08% from 353); Blue value is 24 (9.77% from 255 or 6.80% from 353); Max value from RGB is 244 - color contains mainly: red. Hex color #F45518 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F45518 is #0BAAE7. Grayscale: #7D7D7D. Windows color (decimal): -764648 or 1594868. OLE color: 1594868.

HSL color Cylindrical-coordinate representation of color #F45518: hue angle of 16.64º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F45518 is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 85 24 -
CMYK 0 0.65 0.90 0.04
HSL 16.64º 0.91% 0.53% -
HSV(B) 16.64º 0.9% 0.96% -
XYZ 40.72 25.8 3.7 -
YUV 125.59 70.68 212.46 -
System Red Green Blue C M Y K H S L
Decimal 244 85 24 0 0.65 0.90 0.04 16.64 0.91 0.53
Hex F4 55 18 0 41 5A 4 11 5B 35
Octal 364 125 30 0 101 132 4 21 133 65
Binary 11110100 1010101 11000 0 1000001 1011010 100 10001 1011011 110101

Color Harmonies of #F45518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45518

Black with #F45518

Text Example


Text Example

White with #F45518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45518; }

 p { color: rgb(244,85,24); }

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

background-color css

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

 a { background-color: rgb(244,85,24); }

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

border-color css

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

 span { border-color: rgb(244,85,24); }

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