Html Css Color HEX #F55802 Persimmon

📋 copy color: '#F55802'

red 245 ◦ green 88 ◦ blue 2

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

Shades of Persimmon #F55802

Tints of Persimmon #F55802

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.6%

R = 73.13%
G = 26.27%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#F55802 (or 0xF55802) is known color: Persimmon. HEX triplet: F5, 58 and 02. RGB value is (245,88,2). Sum of RGB (Red+Green+Blue) = 245+88+2=335 (44% of max value = 765). Red value is 245 (96.09% from 255 or 73.13% from 335); Green value is 88 (34.77% from 255 or 26.27% from 335); Blue value is 2 (1.17% from 255 or 0.60% from 335); Max value from RGB is 245 - color contains mainly: red. Hex color #F55802 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55802 is #0AA7FD. Grayscale: #7D7D7D. Windows color (decimal): -698366 or 153845. OLE color: 153845.

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

Color convert

RGB 245 88 2 -
CMYK 0 0.64 0.99 0.04
HSL 21.23º 0.98% 0.48% -
HSV(B) 21.23º 0.99% 0.96% -
XYZ 41.16 26.4 2.98 -
YUV 125.14 58.51 213.49 -
System Red Green Blue C M Y K H S L
Decimal 245 88 2 0 0.64 0.99 0.04 21.23 0.98 0.48
Hex F5 58 2 0 40 63 4 15 62 30
Octal 365 130 2 0 100 143 4 25 142 60
Binary 11110101 1011000 10 0 1000000 1100011 100 10101 1100010 110000

Color Harmonies of #F55802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55802

Black with #F55802

Text Example


Text Example

White with #F55802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55802; }

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

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

background-color css

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

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

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

border-color css

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

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

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