Html Css Color HEX #F55601 Persimmon

📋 copy color: '#F55601'

red 245 ◦ green 86 ◦ blue 1

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

Shades of Persimmon #F55601

Tints of Persimmon #F55601

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.9%

 BLUE value IS 1 (0.78% from 255) = 0.3%

R = 73.8%
G = 25.9%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1.00

 K value IS 0.04

RGB Variations

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

Color information

#F55601 (or 0xF55601) is known color: Persimmon. HEX triplet: F5, 56 and 01. RGB value is (245,86,1). Sum of RGB (Red+Green+Blue) = 245+86+1=332 (43% of max value = 765). Red value is 245 (96.09% from 255 or 73.80% from 332); Green value is 86 (33.98% from 255 or 25.90% from 332); Blue value is 1 (0.78% from 255 or 0.30% from 332); Max value from RGB is 245 - color contains mainly: red. Hex color #F55601 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55601 is #0AA9FE. Grayscale: #7C7C7C. Windows color (decimal): -698879 or 87797. OLE color: 87797.

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

Color convert

RGB 245 86 1 -
CMYK 0 0.65 1.00 0.04
HSL 20.9º 0.99% 0.48% -
HSV(B) 20.9º 1% 0.96% -
XYZ 40.99 26.07 2.9 -
YUV 123.85 58.68 214.41 -
System Red Green Blue C M Y K H S L
Decimal 245 86 1 0 0.65 1.00 0.04 20.9 0.99 0.48
Hex F5 56 1 0 41 64 4 15 63 30
Octal 365 126 1 0 101 144 4 25 143 60
Binary 11110101 1010110 1 0 1000001 1100100 100 10101 1100011 110000

Color Harmonies of #F55601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55601

Black with #F55601

Text Example


Text Example

White with #F55601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55601; }

 p { color: rgb(245,86,1); }

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

background-color css

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

 a { background-color: rgb(245,86,1); }

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

border-color css

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

 span { border-color: rgb(245,86,1); }

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