Html Css Color HEX #F45710 Persimmon

📋 copy color: '#F45710'

red 244 ◦ green 87 ◦ blue 16

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

Shades of Persimmon #F45710

Tints of Persimmon #F45710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.61%

R = 70.32%
G = 25.07%
B = 4.61%

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

#F45710 (or 0xF45710) is known color: Persimmon. HEX triplet: F4, 57 and 10. RGB value is (244,87,16). Sum of RGB (Red+Green+Blue) = 244+87+16=347 (45% of max value = 765). Red value is 244 (95.70% from 255 or 70.32% from 347); Green value is 87 (34.38% from 255 or 25.07% from 347); Blue value is 16 (6.64% from 255 or 4.61% from 347); Max value from RGB is 244 - color contains mainly: red. Hex color #F45710 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F45710 is #0BA8EF. Grayscale: #7E7E7E. Windows color (decimal): -764144 or 1071092. OLE color: 1071092.

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

Color convert

RGB 244 87 16 -
CMYK 0 0.64 0.93 0.04
HSL 18.68º 0.91% 0.51% -
HSV(B) 18.68º 0.93% 0.96% -
XYZ 40.81 26.09 3.37 -
YUV 125.85 66.01 212.27 -
System Red Green Blue C M Y K H S L
Decimal 244 87 16 0 0.64 0.93 0.04 18.68 0.91 0.51
Hex F4 57 10 0 40 5D 4 13 5B 33
Octal 364 127 20 0 100 135 4 23 133 63
Binary 11110100 1010111 10000 0 1000000 1011101 100 10011 1011011 110011

Color Harmonies of #F45710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45710

Black with #F45710

Text Example


Text Example

White with #F45710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45710; }

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

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

background-color css

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

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

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

border-color css

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

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

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