Html Css Color HEX #F55500 Persimmon

📋 copy color: '#F55500'

red 245 ◦ green 85 ◦ blue 0

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

Shades of Persimmon #F55500

Tints of Persimmon #F55500

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.76%

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

R = 74.24%
G = 25.76%
B = 0%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1

 K value IS 0.04

RGB Variations

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

Color information

#F55500 (or 0xF55500) is known color: Persimmon. HEX triplet: F5, 55 and 00. RGB value is (245,85,0). Sum of RGB (Red+Green+Blue) = 245+85+0=330 (43% of max value = 765). Red value is 245 (96.09% from 255 or 74.24% from 330); Green value is 85 (33.59% from 255 or 25.76% from 330); Blue value is 0 (0.39% from 255 or 0% from 330); Max value from RGB is 245 - color contains mainly: red. Hex color #F55500 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55500 is #0AAAFF. Grayscale: #7B7B7B. Windows color (decimal): -699136 or 22005. OLE color: 22005.

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

Color convert

RGB 245 85 0 -
CMYK 0 0.65 1 0.04
HSL 20.82º 1% 0.48% -
HSV(B) 20.82º 1% 0.96% -
XYZ 40.9 25.91 2.85 -
YUV 123.15 58.51 214.91 -
System Red Green Blue C M Y K H S L
Decimal 245 85 0 0 0.65 1 0.04 20.82 1 0.48
Hex F5 55 0 0 41 64 4 15 64 30
Octal 365 125 0 0 101 144 4 25 144 60
Binary 11110101 1010101 0 0 1000001 1100100 100 10101 1100100 110000

Color Harmonies of #F55500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55500

Black with #F55500

Text Example


Text Example

White with #F55500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55500; }

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

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

background-color css

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

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

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

border-color css

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

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

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