Html Css Color HEX #F55D0A Persimmon

📋 copy color: '#F55D0A'

red 245 ◦ green 93 ◦ blue 10

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

Shades of Persimmon #F55D0A

Tints of Persimmon #F55D0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.87%

R = 70.4%
G = 26.72%
B = 2.87%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#F55D0A (or 0xF55D0A) is known color: Persimmon. HEX triplet: F5, 5D and 0A. RGB value is (245,93,10). Sum of RGB (Red+Green+Blue) = 245+93+10=348 (46% of max value = 765). Red value is 245 (96.09% from 255 or 70.40% from 348); Green value is 93 (36.72% from 255 or 26.72% from 348); Blue value is 10 (4.30% from 255 or 2.87% from 348); Max value from RGB is 245 - color contains mainly: red. Hex color #F55D0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55D0A is #0AA2F5. Grayscale: #818181. Windows color (decimal): -697078 or 679413. OLE color: 679413.

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

Color convert

RGB 245 93 10 -
CMYK 0 0.62 0.96 0.04
HSL 21.19º 0.92% 0.5% -
HSV(B) 21.19º 0.96% 0.96% -
XYZ 41.63 27.26 3.36 -
YUV 128.99 60.86 210.75 -
System Red Green Blue C M Y K H S L
Decimal 245 93 10 0 0.62 0.96 0.04 21.19 0.92 0.5
Hex F5 5D A 0 3E 60 4 15 5C 32
Octal 365 135 12 0 76 140 4 25 134 62
Binary 11110101 1011101 1010 0 111110 1100000 100 10101 1011100 110010

Color Harmonies of #F55D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55D0A

Black with #F55D0A

Text Example


Text Example

White with #F55D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55D0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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