Html Css Color HEX #F45412 Persimmon

📋 copy color: '#F45412'

red 244 ◦ green 84 ◦ blue 18

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

Shades of Persimmon #F45412

Tints of Persimmon #F45412

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.28%

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

R = 70.52%
G = 24.28%
B = 5.2%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F45412 (or 0xF45412) is known color: Persimmon. HEX triplet: F4, 54 and 12. RGB value is (244,84,18). Sum of RGB (Red+Green+Blue) = 244+84+18=346 (45% of max value = 765). Red value is 244 (95.70% from 255 or 70.52% from 346); Green value is 84 (33.20% from 255 or 24.28% from 346); Blue value is 18 (7.42% from 255 or 5.20% from 346); Max value from RGB is 244 - color contains mainly: red. Hex color #F45412 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F45412 is #0BABED. Grayscale: #7C7C7C. Windows color (decimal): -764910 or 1201396. OLE color: 1201396.

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

Color convert

RGB 244 84 18 -
CMYK 0 0.66 0.93 0.04
HSL 17.52º 0.91% 0.51% -
HSV(B) 17.52º 0.93% 0.96% -
XYZ 40.59 25.62 3.38 -
YUV 124.32 68.01 213.37 -
System Red Green Blue C M Y K H S L
Decimal 244 84 18 0 0.66 0.93 0.04 17.52 0.91 0.51
Hex F4 54 12 0 42 5D 4 12 5B 33
Octal 364 124 22 0 102 135 4 22 133 63
Binary 11110100 1010100 10010 0 1000010 1011101 100 10010 1011011 110011

Color Harmonies of #F45412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45412

Black with #F45412

Text Example


Text Example

White with #F45412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45412; }

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

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

background-color css

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

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

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

border-color css

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

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

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