Html Css Color HEX #F55300 Persimmon

📋 copy color: '#F55300'

red 245 ◦ green 83 ◦ blue 0

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

Shades of Persimmon #F55300

Tints of Persimmon #F55300

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.3%

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

R = 74.7%
G = 25.3%
B = 0%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 1

 K value IS 0.04

RGB Variations

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

Color information

#F55300 (or 0xF55300) is known color: Persimmon. HEX triplet: F5, 53 and 00. RGB value is (245,83,0). Sum of RGB (Red+Green+Blue) = 245+83+0=328 (43% of max value = 765). Red value is 245 (96.09% from 255 or 74.70% from 328); Green value is 83 (32.81% from 255 or 25.30% from 328); Blue value is 0 (0.39% from 255 or 0% from 328); Max value from RGB is 245 - color contains mainly: red. Hex color #F55300 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55300 is #0AACFF. Grayscale: #7A7A7A. Windows color (decimal): -699648 or 21493. OLE color: 21493.

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

Color convert

RGB 245 83 0 -
CMYK 0 0.66 1 0.04
HSL 20.33º 1% 0.48% -
HSV(B) 20.33º 1% 0.96% -
XYZ 40.75 25.6 2.79 -
YUV 121.98 59.17 215.75 -
System Red Green Blue C M Y K H S L
Decimal 245 83 0 0 0.66 1 0.04 20.33 1 0.48
Hex F5 53 0 0 42 64 4 14 64 30
Octal 365 123 0 0 102 144 4 24 144 60
Binary 11110101 1010011 0 0 1000010 1100100 100 10100 1100100 110000

Color Harmonies of #F55300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55300

Black with #F55300

Text Example


Text Example

White with #F55300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55300; }

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

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

background-color css

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

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

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

border-color css

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

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

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