Html Css Color HEX #F55901 Persimmon

📋 copy color: '#F55901'

red 245 ◦ green 89 ◦ blue 1

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

Shades of Persimmon #F55901

Tints of Persimmon #F55901

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.57%

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

R = 73.13%
G = 26.57%
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

#F55901 (or 0xF55901) is known color: Persimmon. HEX triplet: F5, 59 and 01. RGB value is (245,89,1). Sum of RGB (Red+Green+Blue) = 245+89+1=335 (44% of max value = 765). Red value is 245 (96.09% from 255 or 73.13% from 335); Green value is 89 (35.16% from 255 or 26.57% from 335); Blue value is 1 (0.78% from 255 or 0.30% from 335); Max value from RGB is 245 - color contains mainly: red. Hex color #F55901 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55901 is #0AA6FE. Grayscale: #7E7E7E. Windows color (decimal): -698111 or 88565. OLE color: 88565.

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

Color convert

RGB 245 89 1 -
CMYK 0 0.64 1.00 0.04
HSL 21.64º 0.99% 0.48% -
HSV(B) 21.64º 1% 0.96% -
XYZ 41.23 26.56 2.98 -
YUV 125.61 57.68 213.16 -
System Red Green Blue C M Y K H S L
Decimal 245 89 1 0 0.64 1.00 0.04 21.64 0.99 0.48
Hex F5 59 1 0 40 64 4 16 63 30
Octal 365 131 1 0 100 144 4 26 143 60
Binary 11110101 1011001 1 0 1000000 1100100 100 10110 1100011 110000

Color Harmonies of #F55901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55901

Black with #F55901

Text Example


Text Example

White with #F55901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55901; }

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

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

background-color css

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

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

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

border-color css

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

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

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