Html Css Color HEX #F45410 Persimmon

📋 copy color: '#F45410'

red 244 ◦ green 84 ◦ blue 16

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

Shades of Persimmon #F45410

Tints of Persimmon #F45410

RGB

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

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

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

R = 70.93%
G = 24.42%
B = 4.65%

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

#F45410 (or 0xF45410) is known color: Persimmon. HEX triplet: F4, 54 and 10. RGB value is (244,84,16). Sum of RGB (Red+Green+Blue) = 244+84+16=344 (45% of max value = 765). Red value is 244 (95.70% from 255 or 70.93% from 344); Green value is 84 (33.20% from 255 or 24.42% from 344); Blue value is 16 (6.64% from 255 or 4.65% from 344); Max value from RGB is 244 - color contains mainly: red. Hex color #F45410 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F45410 is #0BABEF. Grayscale: #7C7C7C. Windows color (decimal): -764912 or 1070324. OLE color: 1070324.

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

Color convert

RGB 244 84 16 -
CMYK 0 0.66 0.93 0.04
HSL 17.89º 0.91% 0.51% -
HSV(B) 17.89º 0.93% 0.96% -
XYZ 40.57 25.61 3.3 -
YUV 124.09 67.01 213.53 -
System Red Green Blue C M Y K H S L
Decimal 244 84 16 0 0.66 0.93 0.04 17.89 0.91 0.51
Hex F4 54 10 0 42 5D 4 12 5B 33
Octal 364 124 20 0 102 135 4 22 133 63
Binary 11110100 1010100 10000 0 1000010 1011101 100 10010 1011011 110011

Color Harmonies of #F45410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45410

Black with #F45410

Text Example


Text Example

White with #F45410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45410; }

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

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

background-color css

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

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

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

border-color css

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

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

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