Html Css Color HEX #F55803 Persimmon

📋 copy color: '#F55803'

red 245 ◦ green 88 ◦ blue 3

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

Shades of Persimmon #F55803

Tints of Persimmon #F55803

RGB

 RED value IS 245 (96.09% from 255) = 72.92%

 GREEN value IS 88 (34.77% from 255) = 26.19%

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

R = 72.92%
G = 26.19%
B = 0.89%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#F55803 (or 0xF55803) is known color: Persimmon. HEX triplet: F5, 58 and 03. RGB value is (245,88,3). Sum of RGB (Red+Green+Blue) = 245+88+3=336 (44% of max value = 765). Red value is 245 (96.09% from 255 or 72.92% from 336); Green value is 88 (34.77% from 255 or 26.19% from 336); Blue value is 3 (1.56% from 255 or 0.89% from 336); Max value from RGB is 245 - color contains mainly: red. Hex color #F55803 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55803 is #0AA7FC. Grayscale: #7D7D7D. Windows color (decimal): -698365 or 219381. OLE color: 219381.

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

Color convert

RGB 245 88 3 -
CMYK 0 0.64 0.99 0.04
HSL 21.07º 0.98% 0.49% -
HSV(B) 21.07º 0.99% 0.96% -
XYZ 41.16 26.4 3.01 -
YUV 125.25 59.01 213.41 -
System Red Green Blue C M Y K H S L
Decimal 245 88 3 0 0.64 0.99 0.04 21.07 0.98 0.49
Hex F5 58 3 0 40 63 4 15 62 31
Octal 365 130 3 0 100 143 4 25 142 61
Binary 11110101 1011000 11 0 1000000 1100011 100 10101 1100010 110001

Color Harmonies of #F55803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55803

Black with #F55803

Text Example


Text Example

White with #F55803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55803; }

 p { color: rgb(245,88,3); }

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

background-color css

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

 a { background-color: rgb(245,88,3); }

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

border-color css

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

 span { border-color: rgb(245,88,3); }

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