Html Css Color HEX #F55612 Persimmon

📋 copy color: '#F55612'

red 245 ◦ green 86 ◦ blue 18

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

Shades of Persimmon #F55612

Tints of Persimmon #F55612

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.64%

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

R = 70.2%
G = 24.64%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F55612 (or 0xF55612) is known color: Persimmon. HEX triplet: F5, 56 and 12. RGB value is (245,86,18). Sum of RGB (Red+Green+Blue) = 245+86+18=349 (46% of max value = 765). Red value is 245 (96.09% from 255 or 70.20% from 349); Green value is 86 (33.98% from 255 or 24.64% from 349); Blue value is 18 (7.42% from 255 or 5.16% from 349); Max value from RGB is 245 - color contains mainly: red. Hex color #F55612 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55612 is #0AA9ED. Grayscale: #7E7E7E. Windows color (decimal): -698862 or 1201909. OLE color: 1201909.

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

Color convert

RGB 245 86 18 -
CMYK 0 0.65 0.93 0.04
HSL 17.97º 0.92% 0.52% -
HSV(B) 17.97º 0.93% 0.96% -
XYZ 41.09 26.11 3.45 -
YUV 125.79 67.18 213.03 -
System Red Green Blue C M Y K H S L
Decimal 245 86 18 0 0.65 0.93 0.04 17.97 0.92 0.52
Hex F5 56 12 0 41 5D 4 12 5C 34
Octal 365 126 22 0 101 135 4 22 134 64
Binary 11110101 1010110 10010 0 1000001 1011101 100 10010 1011100 110100

Color Harmonies of #F55612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55612

Black with #F55612

Text Example


Text Example

White with #F55612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55612; }

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

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

background-color css

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

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

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

border-color css

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

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

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