Html Css Color HEX #F55916 Persimmon

📋 copy color: '#F55916'

red 245 ◦ green 89 ◦ blue 22

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

Shades of Persimmon #F55916

Tints of Persimmon #F55916

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25%

 BLUE value IS 22 (8.98% from 255) = 6.18%

R = 68.82%
G = 25%
B = 6.18%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F55916 (or 0xF55916) is known color: Persimmon. HEX triplet: F5, 59 and 16. RGB value is (245,89,22). Sum of RGB (Red+Green+Blue) = 245+89+22=356 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.82% from 356); Green value is 89 (35.16% from 255 or 25% from 356); Blue value is 22 (8.98% from 255 or 6.18% from 356); Max value from RGB is 245 - color contains mainly: red. Hex color #F55916 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55916 is #0AA6E9. Grayscale: #808080. Windows color (decimal): -698090 or 1464821. OLE color: 1464821.

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

Color convert

RGB 245 89 22 -
CMYK 0 0.64 0.91 0.04
HSL 18.03º 0.92% 0.52% -
HSV(B) 18.03º 0.91% 0.96% -
XYZ 41.37 26.62 3.72 -
YUV 128.01 68.18 211.45 -
System Red Green Blue C M Y K H S L
Decimal 245 89 22 0 0.64 0.91 0.04 18.03 0.92 0.52
Hex F5 59 16 0 40 5B 4 12 5C 34
Octal 365 131 26 0 100 133 4 22 134 64
Binary 11110101 1011001 10110 0 1000000 1011011 100 10010 1011100 110100

Color Harmonies of #F55916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55916

Black with #F55916

Text Example


Text Example

White with #F55916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55916; }

 p { color: rgb(245,89,22); }

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

background-color css

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

 a { background-color: rgb(245,89,22); }

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

border-color css

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

 span { border-color: rgb(245,89,22); }

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