Html Css Color HEX #F45712 Persimmon

📋 copy color: '#F45712'

red 244 ◦ green 87 ◦ blue 18

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

Shades of Persimmon #F45712

Tints of Persimmon #F45712

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.93%

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

R = 69.91%
G = 24.93%
B = 5.16%

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

#F45712 (or 0xF45712) is known color: Persimmon. HEX triplet: F4, 57 and 12. RGB value is (244,87,18). Sum of RGB (Red+Green+Blue) = 244+87+18=349 (46% of max value = 765). Red value is 244 (95.70% from 255 or 69.91% from 349); Green value is 87 (34.38% from 255 or 24.93% from 349); Blue value is 18 (7.42% from 255 or 5.16% from 349); Max value from RGB is 244 - color contains mainly: red. Hex color #F45712 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F45712 is #0BA8ED. Grayscale: #7E7E7E. Windows color (decimal): -764142 or 1202164. OLE color: 1202164.

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

Color convert

RGB 244 87 18 -
CMYK 0 0.64 0.93 0.04
HSL 18.32º 0.91% 0.51% -
HSV(B) 18.32º 0.93% 0.96% -
XYZ 40.83 26.09 3.46 -
YUV 126.08 67.01 212.11 -
System Red Green Blue C M Y K H S L
Decimal 244 87 18 0 0.64 0.93 0.04 18.32 0.91 0.51
Hex F4 57 12 0 40 5D 4 12 5B 33
Octal 364 127 22 0 100 135 4 22 133 63
Binary 11110100 1010111 10010 0 1000000 1011101 100 10010 1011011 110011

Color Harmonies of #F45712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45712

Black with #F45712

Text Example


Text Example

White with #F45712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45712; }

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

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

background-color css

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

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

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

border-color css

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

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

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