Html Css Color HEX #F45D10 Persimmon

📋 copy color: '#F45D10'

red 244 ◦ green 93 ◦ blue 16

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

Shades of Persimmon #F45D10

Tints of Persimmon #F45D10

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.35%

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

R = 69.12%
G = 26.35%
B = 4.53%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F45D10 (or 0xF45D10) is known color: Persimmon. HEX triplet: F4, 5D and 10. RGB value is (244,93,16). Sum of RGB (Red+Green+Blue) = 244+93+16=353 (46% of max value = 765). Red value is 244 (95.70% from 255 or 69.12% from 353); Green value is 93 (36.72% from 255 or 26.35% from 353); Blue value is 16 (6.64% from 255 or 4.53% from 353); Max value from RGB is 244 - color contains mainly: red. Hex color #F45D10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F45D10 is #0BA2EF. Grayscale: #818181. Windows color (decimal): -762608 or 1072628. OLE color: 1072628.

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

Color convert

RGB 244 93 16 -
CMYK 0 0.62 0.93 0.04
HSL 20.26º 0.91% 0.51% -
HSV(B) 20.26º 0.93% 0.96% -
XYZ 41.32 27.1 3.54 -
YUV 129.37 64.03 209.76 -
System Red Green Blue C M Y K H S L
Decimal 244 93 16 0 0.62 0.93 0.04 20.26 0.91 0.51
Hex F4 5D 10 0 3E 5D 4 14 5B 33
Octal 364 135 20 0 76 135 4 24 133 63
Binary 11110100 1011101 10000 0 111110 1011101 100 10100 1011011 110011

Color Harmonies of #F45D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45D10

Black with #F45D10

Text Example


Text Example

White with #F45D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45D10; }

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

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

background-color css

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

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

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

border-color css

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

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

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