Html Css Color HEX #F55912 Persimmon

📋 copy color: '#F55912'

red 245 ◦ green 89 ◦ blue 18

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

Shades of Persimmon #F55912

Tints of Persimmon #F55912

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.11%

R = 69.6%
G = 25.28%
B = 5.11%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F55912 (or 0xF55912) is known color: Persimmon. HEX triplet: F5, 59 and 12. RGB value is (245,89,18). Sum of RGB (Red+Green+Blue) = 245+89+18=352 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.60% from 352); Green value is 89 (35.16% from 255 or 25.28% from 352); Blue value is 18 (7.42% from 255 or 5.11% from 352); Max value from RGB is 245 - color contains mainly: red. Hex color #F55912 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55912 is #0AA6ED. Grayscale: #7F7F7F. Windows color (decimal): -698094 or 1202677. OLE color: 1202677.

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

Color convert

RGB 245 89 18 -
CMYK 0 0.64 0.93 0.04
HSL 18.77º 0.92% 0.52% -
HSV(B) 18.77º 0.93% 0.96% -
XYZ 41.34 26.6 3.53 -
YUV 127.55 66.18 211.77 -
System Red Green Blue C M Y K H S L
Decimal 245 89 18 0 0.64 0.93 0.04 18.77 0.92 0.52
Hex F5 59 12 0 40 5D 4 13 5C 34
Octal 365 131 22 0 100 135 4 23 134 64
Binary 11110101 1011001 10010 0 1000000 1011101 100 10011 1011100 110100

Color Harmonies of #F55912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55912

Black with #F55912

Text Example


Text Example

White with #F55912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55912; }

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

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

background-color css

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

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

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

border-color css

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

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

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