Html Css Color HEX #F55A0F Persimmon

📋 copy color: '#F55A0F'

red 245 ◦ green 90 ◦ blue 15

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

Shades of Persimmon #F55A0F

Tints of Persimmon #F55A0F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.71%

 BLUE value IS 15 (6.25% from 255) = 4.29%

R = 70%
G = 25.71%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#F55A0F (or 0xF55A0F) is known color: Persimmon. HEX triplet: F5, 5A and 0F. RGB value is (245,90,15). Sum of RGB (Red+Green+Blue) = 245+90+15=350 (46% of max value = 765). Red value is 245 (96.09% from 255 or 70% from 350); Green value is 90 (35.55% from 255 or 25.71% from 350); Blue value is 15 (6.25% from 255 or 4.29% from 350); Max value from RGB is 245 - color contains mainly: red. Hex color #F55A0F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55A0F is #0AA5F0. Grayscale: #808080. Windows color (decimal): -697841 or 1006325. OLE color: 1006325.

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

Color convert

RGB 245 90 15 -
CMYK 0 0.63 0.94 0.04
HSL 19.57º 0.92% 0.51% -
HSV(B) 19.57º 0.94% 0.96% -
XYZ 41.4 26.76 3.44 -
YUV 127.8 64.35 211.6 -
System Red Green Blue C M Y K H S L
Decimal 245 90 15 0 0.63 0.94 0.04 19.57 0.92 0.51
Hex F5 5A F 0 3F 5E 4 14 5C 33
Octal 365 132 17 0 77 136 4 24 134 63
Binary 11110101 1011010 1111 0 111111 1011110 100 10100 1011100 110011

Color Harmonies of #F55A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55A0F

Black with #F55A0F

Text Example


Text Example

White with #F55A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55A0F; }

 p { color: rgb(245,90,15); }

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

background-color css

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

 a { background-color: rgb(245,90,15); }

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

border-color css

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

 span { border-color: rgb(245,90,15); }

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