Html Css Color HEX #F55801 Persimmon

📋 copy color: '#F55801'

red 245 ◦ green 88 ◦ blue 1

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

Shades of Persimmon #F55801

Tints of Persimmon #F55801

RGB

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

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

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

R = 73.35%
G = 26.35%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1.00

 K value IS 0.04

RGB Variations

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

Color information

#F55801 (or 0xF55801) is known color: Persimmon. HEX triplet: F5, 58 and 01. RGB value is (245,88,1). Sum of RGB (Red+Green+Blue) = 245+88+1=334 (44% of max value = 765). Red value is 245 (96.09% from 255 or 73.35% from 334); Green value is 88 (34.77% from 255 or 26.35% from 334); Blue value is 1 (0.78% from 255 or 0.30% from 334); Max value from RGB is 245 - color contains mainly: red. Hex color #F55801 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55801 is #0AA7FE. Grayscale: #7D7D7D. Windows color (decimal): -698367 or 88309. OLE color: 88309.

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

Color convert

RGB 245 88 1 -
CMYK 0 0.64 1.00 0.04
HSL 21.39º 0.99% 0.48% -
HSV(B) 21.39º 1% 0.96% -
XYZ 41.15 26.39 2.95 -
YUV 125.03 58.01 213.57 -
System Red Green Blue C M Y K H S L
Decimal 245 88 1 0 0.64 1.00 0.04 21.39 0.99 0.48
Hex F5 58 1 0 40 64 4 15 63 30
Octal 365 130 1 0 100 144 4 25 143 60
Binary 11110101 1011000 1 0 1000000 1100100 100 10101 1100011 110000

Color Harmonies of #F55801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55801

Black with #F55801

Text Example


Text Example

White with #F55801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55801; }

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

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

background-color css

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

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

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

border-color css

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

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

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