Html Css Color HEX #F45912 Persimmon

📋 copy color: '#F45912'

red 244 ◦ green 89 ◦ blue 18

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

Shades of Persimmon #F45912

Tints of Persimmon #F45912

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.36%

 BLUE value IS 18 (7.42% from 255) = 5.13%

R = 69.52%
G = 25.36%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F45912 (or 0xF45912) is known color: Persimmon. HEX triplet: F4, 59 and 12. RGB value is (244,89,18). Sum of RGB (Red+Green+Blue) = 244+89+18=351 (46% of max value = 765). Red value is 244 (95.70% from 255 or 69.52% from 351); Green value is 89 (35.16% from 255 or 25.36% from 351); Blue value is 18 (7.42% from 255 or 5.13% from 351); Max value from RGB is 244 - color contains mainly: red. Hex color #F45912 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F45912 is #0BA6ED. Grayscale: #7F7F7F. Windows color (decimal): -763630 or 1202676. OLE color: 1202676.

HSL color Cylindrical-coordinate representation of color #F45912: hue angle of 18.85º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F45912 is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 89 18 -
CMYK 0 0.64 0.93 0.04
HSL 18.85º 0.91% 0.51% -
HSV(B) 18.85º 0.93% 0.96% -
XYZ 40.99 26.42 3.51 -
YUV 127.25 66.35 211.27 -
System Red Green Blue C M Y K H S L
Decimal 244 89 18 0 0.64 0.93 0.04 18.85 0.91 0.51
Hex F4 59 12 0 40 5D 4 13 5B 33
Octal 364 131 22 0 100 135 4 23 133 63
Binary 11110100 1011001 10010 0 1000000 1011101 100 10011 1011011 110011

Color Harmonies of #F45912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45912

Black with #F45912

Text Example


Text Example

White with #F45912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45912; }

 p { color: rgb(244,89,18); }

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

background-color css

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

 a { background-color: rgb(244,89,18); }

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

border-color css

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

 span { border-color: rgb(244,89,18); }

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