Html Css Color HEX #F55A12 Persimmon

📋 copy color: '#F55A12'

red 245 ◦ green 90 ◦ blue 18

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

Shades of Persimmon #F55A12

Tints of Persimmon #F55A12

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.5%

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

R = 69.41%
G = 25.5%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F55A12 (or 0xF55A12) is known color: Persimmon. HEX triplet: F5, 5A and 12. RGB value is (245,90,18). Sum of RGB (Red+Green+Blue) = 245+90+18=353 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.41% from 353); Green value is 90 (35.55% from 255 or 25.50% from 353); Blue value is 18 (7.42% from 255 or 5.10% from 353); Max value from RGB is 245 - color contains mainly: red. Hex color #F55A12 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55A12 is #0AA5ED. Grayscale: #808080. Windows color (decimal): -697838 or 1202933. OLE color: 1202933.

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

Color convert

RGB 245 90 18 -
CMYK 0 0.63 0.93 0.04
HSL 19.03º 0.92% 0.52% -
HSV(B) 19.03º 0.93% 0.96% -
XYZ 41.42 26.77 3.56 -
YUV 128.14 65.85 211.35 -
System Red Green Blue C M Y K H S L
Decimal 245 90 18 0 0.63 0.93 0.04 19.03 0.92 0.52
Hex F5 5A 12 0 3F 5D 4 13 5C 34
Octal 365 132 22 0 77 135 4 23 134 64
Binary 11110101 1011010 10010 0 111111 1011101 100 10011 1011100 110100

Color Harmonies of #F55A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55A12

Black with #F55A12

Text Example


Text Example

White with #F55A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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