Html Css Color HEX #F55D01 Persimmon

📋 copy color: '#F55D01'

red 245 ◦ green 93 ◦ blue 1

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

Shades of Persimmon #F55D01

Tints of Persimmon #F55D01

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.43%

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

R = 72.27%
G = 27.43%
B = 0.29%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 1.00

 K value IS 0.04

RGB Variations

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

Color information

#F55D01 (or 0xF55D01) is known color: Persimmon. HEX triplet: F5, 5D and 01. RGB value is (245,93,1). Sum of RGB (Red+Green+Blue) = 245+93+1=339 (44% of max value = 765). Red value is 245 (96.09% from 255 or 72.27% from 339); Green value is 93 (36.72% from 255 or 27.43% from 339); Blue value is 1 (0.78% from 255 or 0.29% from 339); Max value from RGB is 245 - color contains mainly: red. Hex color #F55D01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55D01 is #0AA2FE. Grayscale: #808080. Windows color (decimal): -697087 or 89589. OLE color: 89589.

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

Color convert

RGB 245 93 1 -
CMYK 0 0.62 1.00 0.04
HSL 22.62º 0.99% 0.48% -
HSV(B) 22.62º 1% 0.96% -
XYZ 41.58 27.24 3.1 -
YUV 127.96 56.36 211.48 -
System Red Green Blue C M Y K H S L
Decimal 245 93 1 0 0.62 1.00 0.04 22.62 0.99 0.48
Hex F5 5D 1 0 3E 64 4 17 63 30
Octal 365 135 1 0 76 144 4 27 143 60
Binary 11110101 1011101 1 0 111110 1100100 100 10111 1100011 110000

Color Harmonies of #F55D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55D01

Black with #F55D01

Text Example


Text Example

White with #F55D01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55D01; }

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

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

background-color css

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

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

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

border-color css

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

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

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