Html Css Color HEX #F55503 Persimmon

📋 copy color: '#F55503'

red 245 ◦ green 85 ◦ blue 3

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

Shades of Persimmon #F55503

Tints of Persimmon #F55503

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.53%

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

R = 73.57%
G = 25.53%
B = 0.9%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#F55503 (or 0xF55503) is known color: Persimmon. HEX triplet: F5, 55 and 03. RGB value is (245,85,3). Sum of RGB (Red+Green+Blue) = 245+85+3=333 (44% of max value = 765). Red value is 245 (96.09% from 255 or 73.57% from 333); Green value is 85 (33.59% from 255 or 25.53% from 333); Blue value is 3 (1.56% from 255 or 0.90% from 333); Max value from RGB is 245 - color contains mainly: red. Hex color #F55503 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55503 is #0AAAFC. Grayscale: #7B7B7B. Windows color (decimal): -699133 or 218613. OLE color: 218613.

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

Color convert

RGB 245 85 3 -
CMYK 0 0.65 0.99 0.04
HSL 20.33º 0.98% 0.49% -
HSV(B) 20.33º 0.99% 0.96% -
XYZ 40.92 25.92 2.93 -
YUV 123.49 60.01 214.67 -
System Red Green Blue C M Y K H S L
Decimal 245 85 3 0 0.65 0.99 0.04 20.33 0.98 0.49
Hex F5 55 3 0 41 63 4 14 62 31
Octal 365 125 3 0 101 143 4 24 142 61
Binary 11110101 1010101 11 0 1000001 1100011 100 10100 1100010 110001

Color Harmonies of #F55503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55503

Black with #F55503

Text Example


Text Example

White with #F55503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55503; }

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

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

background-color css

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

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

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

border-color css

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

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

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