Html Css Color HEX #F45D18 Persimmon

📋 copy color: '#F45D18'

red 244 ◦ green 93 ◦ blue 24

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

Shades of Persimmon #F45D18

Tints of Persimmon #F45D18

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.76%

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

R = 67.59%
G = 25.76%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.90

 K value IS 0.04

RGB Variations

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

Color information

#F45D18 (or 0xF45D18) is known color: Persimmon. HEX triplet: F4, 5D and 18. RGB value is (244,93,24). Sum of RGB (Red+Green+Blue) = 244+93+24=361 (47% of max value = 765). Red value is 244 (95.70% from 255 or 67.59% from 361); Green value is 93 (36.72% from 255 or 25.76% from 361); Blue value is 24 (9.77% from 255 or 6.65% from 361); Max value from RGB is 244 - color contains mainly: red. Hex color #F45D18 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F45D18 is #0BA2E7. Grayscale: #828282. Windows color (decimal): -762600 or 1596916. OLE color: 1596916.

HSL color Cylindrical-coordinate representation of color #F45D18: hue angle of 18.82º 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 #F45D18 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 93 24 -
CMYK 0 0.62 0.90 0.04
HSL 18.82º 0.91% 0.53% -
HSV(B) 18.82º 0.9% 0.96% -
XYZ 41.39 27.13 3.92 -
YUV 130.28 68.03 209.11 -
System Red Green Blue C M Y K H S L
Decimal 244 93 24 0 0.62 0.90 0.04 18.82 0.91 0.53
Hex F4 5D 18 0 3E 5A 4 13 5B 35
Octal 364 135 30 0 76 132 4 23 133 65
Binary 11110100 1011101 11000 0 111110 1011010 100 10011 1011011 110101

Color Harmonies of #F45D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45D18

Black with #F45D18

Text Example


Text Example

White with #F45D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45D18; }

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

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

background-color css

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

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

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

border-color css

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

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

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