Html Css Color HEX #F55D13 Persimmon

📋 copy color: '#F55D13'

red 245 ◦ green 93 ◦ blue 19

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

Shades of Persimmon #F55D13

Tints of Persimmon #F55D13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.32%

R = 68.63%
G = 26.05%
B = 5.32%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F55D13 (or 0xF55D13) is known color: Persimmon. HEX triplet: F5, 5D and 13. RGB value is (245,93,19). Sum of RGB (Red+Green+Blue) = 245+93+19=357 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.63% from 357); Green value is 93 (36.72% from 255 or 26.05% from 357); Blue value is 19 (7.81% from 255 or 5.32% from 357); Max value from RGB is 245 - color contains mainly: red. Hex color #F55D13 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55D13 is #0AA2EC. Grayscale: #828282. Windows color (decimal): -697069 or 1269237. OLE color: 1269237.

HSL color Cylindrical-coordinate representation of color #F55D13: hue angle of 19.65º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F55D13 is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 93 19 -
CMYK 0 0.62 0.92 0.04
HSL 19.65º 0.92% 0.52% -
HSV(B) 19.65º 0.92% 0.96% -
XYZ 41.69 27.29 3.69 -
YUV 130.01 65.36 210.02 -
System Red Green Blue C M Y K H S L
Decimal 245 93 19 0 0.62 0.92 0.04 19.65 0.92 0.52
Hex F5 5D 13 0 3E 5C 4 14 5C 34
Octal 365 135 23 0 76 134 4 24 134 64
Binary 11110101 1011101 10011 0 111110 1011100 100 10100 1011100 110100

Color Harmonies of #F55D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55D13

Black with #F55D13

Text Example


Text Example

White with #F55D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55D13; }

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

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

background-color css

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

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

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

border-color css

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

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

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