Html Css Color HEX #F45310 Persimmon

📋 copy color: '#F45310'

red 244 ◦ green 83 ◦ blue 16

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

Shades of Persimmon #F45310

Tints of Persimmon #F45310

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.2%

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

R = 71.14%
G = 24.2%
B = 4.66%

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

#F45310 (or 0xF45310) is known color: Persimmon. HEX triplet: F4, 53 and 10. RGB value is (244,83,16). Sum of RGB (Red+Green+Blue) = 244+83+16=343 (45% of max value = 765). Red value is 244 (95.70% from 255 or 71.14% from 343); Green value is 83 (32.81% from 255 or 24.20% from 343); Blue value is 16 (6.64% from 255 or 4.66% from 343); Max value from RGB is 244 - color contains mainly: red. Hex color #F45310 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F45310 is #0BACEF. Grayscale: #7B7B7B. Windows color (decimal): -765168 or 1070068. OLE color: 1070068.

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

Color convert

RGB 244 83 16 -
CMYK 0 0.66 0.93 0.04
HSL 17.63º 0.91% 0.51% -
HSV(B) 17.63º 0.93% 0.96% -
XYZ 40.5 25.46 3.27 -
YUV 123.5 67.34 213.95 -
System Red Green Blue C M Y K H S L
Decimal 244 83 16 0 0.66 0.93 0.04 17.63 0.91 0.51
Hex F4 53 10 0 42 5D 4 12 5B 33
Octal 364 123 20 0 102 135 4 22 133 63
Binary 11110100 1010011 10000 0 1000010 1011101 100 10010 1011011 110011

Color Harmonies of #F45310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45310

Black with #F45310

Text Example


Text Example

White with #F45310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45310; }

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

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

background-color css

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

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

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

border-color css

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

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

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