Html Css Color HEX #F45203 Persimmon

📋 copy color: '#F45203'

red 244 ◦ green 82 ◦ blue 3

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

Shades of Persimmon #F45203

Tints of Persimmon #F45203

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.92%

 BLUE value IS 3 (1.56% from 255) = 0.91%

R = 74.16%
G = 24.92%
B = 0.91%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#F45203 (or 0xF45203) is known color: Persimmon. HEX triplet: F4, 52 and 03. RGB value is (244,82,3). Sum of RGB (Red+Green+Blue) = 244+82+3=329 (43% of max value = 765). Red value is 244 (95.70% from 255 or 74.16% from 329); Green value is 82 (32.42% from 255 or 24.92% from 329); Blue value is 3 (1.56% from 255 or 0.91% from 329); Max value from RGB is 244 - color contains mainly: red. Hex color #F45203 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F45203 is #0BADFC. Grayscale: #797979. Windows color (decimal): -765437 or 217844. OLE color: 217844.

HSL color Cylindrical-coordinate representation of color #F45203: hue angle of 19.67º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F45203 is Cyan = 0, Magento = 0.66, Yellow = 0.99 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 82 3 -
CMYK 0 0.66 0.99 0.04
HSL 19.67º 0.98% 0.48% -
HSV(B) 19.67º 0.99% 0.96% -
XYZ 40.34 25.27 2.84 -
YUV 121.43 61.17 215.42 -
System Red Green Blue C M Y K H S L
Decimal 244 82 3 0 0.66 0.99 0.04 19.67 0.98 0.48
Hex F4 52 3 0 42 63 4 14 62 30
Octal 364 122 3 0 102 143 4 24 142 60
Binary 11110100 1010010 11 0 1000010 1100011 100 10100 1100010 110000

Color Harmonies of #F45203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45203

Black with #F45203

Text Example


Text Example

White with #F45203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45203; }

 p { color: rgb(244,82,3); }

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

background-color css

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

 a { background-color: rgb(244,82,3); }

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

border-color css

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

 span { border-color: rgb(244,82,3); }

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