Html Css Color HEX #F55D12 Persimmon

📋 copy color: '#F55D12'

red 245 ◦ green 93 ◦ blue 18

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

Shades of Persimmon #F55D12

Tints of Persimmon #F55D12

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.12%

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

R = 68.82%
G = 26.12%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F55D12 (or 0xF55D12) is known color: Persimmon. HEX triplet: F5, 5D and 12. RGB value is (245,93,18). Sum of RGB (Red+Green+Blue) = 245+93+18=356 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.82% from 356); Green value is 93 (36.72% from 255 or 26.12% from 356); Blue value is 18 (7.42% from 255 or 5.06% from 356); Max value from RGB is 245 - color contains mainly: red. Hex color #F55D12 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55D12 is #0AA2ED. Grayscale: #828282. Windows color (decimal): -697070 or 1203701. OLE color: 1203701.

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

Color convert

RGB 245 93 18 -
CMYK 0 0.62 0.93 0.04
HSL 19.82º 0.92% 0.52% -
HSV(B) 19.82º 0.93% 0.96% -
XYZ 41.68 27.28 3.64 -
YUV 129.9 64.86 210.1 -
System Red Green Blue C M Y K H S L
Decimal 245 93 18 0 0.62 0.93 0.04 19.82 0.92 0.52
Hex F5 5D 12 0 3E 5D 4 14 5C 34
Octal 365 135 22 0 76 135 4 24 134 64
Binary 11110101 1011101 10010 0 111110 1011101 100 10100 1011100 110100

Color Harmonies of #F55D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55D12

Black with #F55D12

Text Example


Text Example

White with #F55D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55D12; }

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

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

background-color css

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

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

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

border-color css

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

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

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