Html Css Color HEX #F55D14 Persimmon

📋 copy color: '#F55D14'

red 245 ◦ green 93 ◦ blue 20

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

Shades of Persimmon #F55D14

Tints of Persimmon #F55D14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.59%

R = 68.44%
G = 25.98%
B = 5.59%

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

#F55D14 (or 0xF55D14) is known color: Persimmon. HEX triplet: F5, 5D and 14. RGB value is (245,93,20). Sum of RGB (Red+Green+Blue) = 245+93+20=358 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.44% from 358); Green value is 93 (36.72% from 255 or 25.98% from 358); Blue value is 20 (8.20% from 255 or 5.59% from 358); Max value from RGB is 245 - color contains mainly: red. Hex color #F55D14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55D14 is #0AA2EB. Grayscale: #828282. Windows color (decimal): -697068 or 1334773. OLE color: 1334773.

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

Color convert

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

Color Harmonies of #F55D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55D14

Black with #F55D14

Text Example


Text Example

White with #F55D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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