Html Css Color HEX #F45611 Persimmon

📋 copy color: '#F45611'

red 244 ◦ green 86 ◦ blue 17

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

Shades of Persimmon #F45611

Tints of Persimmon #F45611

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.78%

 BLUE value IS 17 (7.03% from 255) = 4.9%

R = 70.32%
G = 24.78%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F45611 (or 0xF45611) is known color: Persimmon. HEX triplet: F4, 56 and 11. RGB value is (244,86,17). Sum of RGB (Red+Green+Blue) = 244+86+17=347 (45% of max value = 765). Red value is 244 (95.70% from 255 or 70.32% from 347); Green value is 86 (33.98% from 255 or 24.78% from 347); Blue value is 17 (7.03% from 255 or 4.90% from 347); Max value from RGB is 244 - color contains mainly: red. Hex color #F45611 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F45611 is #0BA9EE. Grayscale: #7D7D7D. Windows color (decimal): -764399 or 1136372. OLE color: 1136372.

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

Color convert

RGB 244 86 17 -
CMYK 0 0.65 0.93 0.04
HSL 18.24º 0.91% 0.51% -
HSV(B) 18.24º 0.93% 0.96% -
XYZ 40.74 25.93 3.39 -
YUV 125.38 66.85 212.61 -
System Red Green Blue C M Y K H S L
Decimal 244 86 17 0 0.65 0.93 0.04 18.24 0.91 0.51
Hex F4 56 11 0 41 5D 4 12 5B 33
Octal 364 126 21 0 101 135 4 22 133 63
Binary 11110100 1010110 10001 0 1000001 1011101 100 10010 1011011 110011

Color Harmonies of #F45611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45611

Black with #F45611

Text Example


Text Example

White with #F45611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45611; }

 p { color: rgb(244,86,17); }

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

background-color css

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

 a { background-color: rgb(244,86,17); }

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

border-color css

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

 span { border-color: rgb(244,86,17); }

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