Html Css Color HEX #F45C03 Persimmon

📋 copy color: '#F45C03'

red 244 ◦ green 92 ◦ blue 3

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

Shades of Persimmon #F45C03

Tints of Persimmon #F45C03

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.14%

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

R = 71.98%
G = 27.14%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#F45C03 (or 0xF45C03) is known color: Persimmon. HEX triplet: F4, 5C and 03. RGB value is (244,92,3). Sum of RGB (Red+Green+Blue) = 244+92+3=339 (44% of max value = 765). Red value is 244 (95.70% from 255 or 71.98% from 339); Green value is 92 (36.33% from 255 or 27.14% from 339); Blue value is 3 (1.56% from 255 or 0.88% from 339); Max value from RGB is 244 - color contains mainly: red. Hex color #F45C03 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F45C03 is #0BA3FC. Grayscale: #7F7F7F. Windows color (decimal): -762877 or 220404. OLE color: 220404.

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

Color convert

RGB 244 92 3 -
CMYK 0 0.62 0.99 0.04
HSL 22.16º 0.98% 0.48% -
HSV(B) 22.16º 0.99% 0.96% -
XYZ 41.15 26.89 3.11 -
YUV 127.3 57.86 211.24 -
System Red Green Blue C M Y K H S L
Decimal 244 92 3 0 0.62 0.99 0.04 22.16 0.98 0.48
Hex F4 5C 3 0 3E 63 4 16 62 30
Octal 364 134 3 0 76 143 4 26 142 60
Binary 11110100 1011100 11 0 111110 1100011 100 10110 1100010 110000

Color Harmonies of #F45C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45C03

Black with #F45C03

Text Example


Text Example

White with #F45C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45C03; }

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

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

background-color css

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

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

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

border-color css

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

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

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