Html Css Color HEX #F55A08 Persimmon

📋 copy color: '#F55A08'

red 245 ◦ green 90 ◦ blue 8

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

Shades of Persimmon #F55A08

Tints of Persimmon #F55A08

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.24%

 BLUE value IS 8 (3.52% from 255) = 2.33%

R = 71.43%
G = 26.24%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#F55A08 (or 0xF55A08) is known color: Persimmon. HEX triplet: F5, 5A and 08. RGB value is (245,90,8). Sum of RGB (Red+Green+Blue) = 245+90+8=343 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.43% from 343); Green value is 90 (35.55% from 255 or 26.24% from 343); Blue value is 8 (3.52% from 255 or 2.33% from 343); Max value from RGB is 245 - color contains mainly: red. Hex color #F55A08 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55A08 is #0AA5F7. Grayscale: #7F7F7F. Windows color (decimal): -697848 or 547573. OLE color: 547573.

HSL color Cylindrical-coordinate representation of color #F55A08: hue angle of 20.76º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F55A08 is Cyan = 0, Magento = 0.63, Yellow = 0.97 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 90 8 -
CMYK 0 0.63 0.97 0.04
HSL 20.76º 0.94% 0.5% -
HSV(B) 20.76º 0.97% 0.96% -
XYZ 41.36 26.74 3.21 -
YUV 127 60.85 212.17 -
System Red Green Blue C M Y K H S L
Decimal 245 90 8 0 0.63 0.97 0.04 20.76 0.94 0.5
Hex F5 5A 8 0 3F 61 4 15 5E 32
Octal 365 132 10 0 77 141 4 25 136 62
Binary 11110101 1011010 1000 0 111111 1100001 100 10101 1011110 110010

Color Harmonies of #F55A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55A08

Black with #F55A08

Text Example


Text Example

White with #F55A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55A08; }

 p { color: rgb(245,90,8); }

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

background-color css

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

 a { background-color: rgb(245,90,8); }

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

border-color css

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

 span { border-color: rgb(245,90,8); }

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