Html Css Color HEX #F55F12 Persimmon

📋 copy color: '#F55F12'

red 245 ◦ green 95 ◦ blue 18

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

Shades of Persimmon #F55F12

Tints of Persimmon #F55F12

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.54%

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

R = 68.44%
G = 26.54%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F55F12 (or 0xF55F12) is known color: Persimmon. HEX triplet: F5, 5F and 12. RGB value is (245,95,18). Sum of RGB (Red+Green+Blue) = 245+95+18=358 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.44% from 358); Green value is 95 (37.5% from 255 or 26.54% from 358); Blue value is 18 (7.42% from 255 or 5.03% from 358); Max value from RGB is 245 - color contains mainly: red. Hex color #F55F12 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55F12 is #0AA0ED. Grayscale: #838383. Windows color (decimal): -696558 or 1204213. OLE color: 1204213.

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

Color convert

RGB 245 95 18 -
CMYK 0 0.61 0.93 0.04
HSL 20.35º 0.92% 0.52% -
HSV(B) 20.35º 0.93% 0.96% -
XYZ 41.86 27.64 3.7 -
YUV 131.07 64.2 209.26 -
System Red Green Blue C M Y K H S L
Decimal 245 95 18 0 0.61 0.93 0.04 20.35 0.92 0.52
Hex F5 5F 12 0 3D 5D 4 14 5C 34
Octal 365 137 22 0 75 135 4 24 134 64
Binary 11110101 1011111 10010 0 111101 1011101 100 10100 1011100 110100

Color Harmonies of #F55F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55F12

Black with #F55F12

Text Example


Text Example

White with #F55F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55F12; }

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

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

background-color css

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

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

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

border-color css

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

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

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