Html Css Color HEX #F55712 Persimmon

📋 copy color: '#F55712'

red 245 ◦ green 87 ◦ blue 18

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

Shades of Persimmon #F55712

Tints of Persimmon #F55712

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.86%

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

R = 70%
G = 24.86%
B = 5.14%

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

#F55712 (or 0xF55712) is known color: Persimmon. HEX triplet: F5, 57 and 12. RGB value is (245,87,18). Sum of RGB (Red+Green+Blue) = 245+87+18=350 (46% of max value = 765). Red value is 245 (96.09% from 255 or 70% from 350); Green value is 87 (34.38% from 255 or 24.86% from 350); Blue value is 18 (7.42% from 255 or 5.14% from 350); Max value from RGB is 245 - color contains mainly: red. Hex color #F55712 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55712 is #0AA8ED. Grayscale: #7E7E7E. Windows color (decimal): -698606 or 1202165. OLE color: 1202165.

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

Color convert

RGB 245 87 18 -
CMYK 0 0.64 0.93 0.04
HSL 18.24º 0.92% 0.52% -
HSV(B) 18.24º 0.93% 0.96% -
XYZ 41.17 26.27 3.47 -
YUV 126.38 66.85 212.61 -
System Red Green Blue C M Y K H S L
Decimal 245 87 18 0 0.64 0.93 0.04 18.24 0.92 0.52
Hex F5 57 12 0 40 5D 4 12 5C 34
Octal 365 127 22 0 100 135 4 22 134 64
Binary 11110101 1010111 10010 0 1000000 1011101 100 10010 1011100 110100

Color Harmonies of #F55712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55712

Black with #F55712

Text Example


Text Example

White with #F55712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55712; }

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

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

background-color css

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

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

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

border-color css

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

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

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