Html Css Color HEX #F55A00 Persimmon

📋 copy color: '#F55A00'

red 245 ◦ green 90 ◦ blue 0

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

Shades of Persimmon #F55A00

Tints of Persimmon #F55A00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 73.13%
G = 26.87%
B = 0%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 1

 K value IS 0.04

RGB Variations

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

Color information

#F55A00 (or 0xF55A00) is known color: Persimmon. HEX triplet: F5, 5A and 00. RGB value is (245,90,0). Sum of RGB (Red+Green+Blue) = 245+90+0=335 (44% of max value = 765). Red value is 245 (96.09% from 255 or 73.13% from 335); Green value is 90 (35.55% from 255 or 26.87% from 335); Blue value is 0 (0.39% from 255 or 0% from 335); Max value from RGB is 245 - color contains mainly: red. Hex color #F55A00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55A00 is #0AA5FF. Grayscale: #7E7E7E. Windows color (decimal): -697856 or 23285. OLE color: 23285.

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

Color convert

RGB 245 90 0 -
CMYK 0 0.63 1 0.04
HSL 22.04º 1% 0.48% -
HSV(B) 22.04º 1% 0.96% -
XYZ 41.31 26.72 2.98 -
YUV 126.09 56.85 212.82 -
System Red Green Blue C M Y K H S L
Decimal 245 90 0 0 0.63 1 0.04 22.04 1 0.48
Hex F5 5A 0 0 3F 64 4 16 64 30
Octal 365 132 0 0 77 144 4 26 144 60
Binary 11110101 1011010 0 0 111111 1100100 100 10110 1100100 110000

Color Harmonies of #F55A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55A00

Black with #F55A00

Text Example


Text Example

White with #F55A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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