Html Css Color HEX #F5540A Persimmon

📋 copy color: '#F5540A'

red 245 ◦ green 84 ◦ blue 10

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

Shades of Persimmon #F5540A

Tints of Persimmon #F5540A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.78%

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

R = 72.27%
G = 24.78%
B = 2.95%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#F5540A (or 0xF5540A) is known color: Persimmon. HEX triplet: F5, 54 and 0A. RGB value is (245,84,10). Sum of RGB (Red+Green+Blue) = 245+84+10=339 (44% of max value = 765). Red value is 245 (96.09% from 255 or 72.27% from 339); Green value is 84 (33.20% from 255 or 24.78% from 339); Blue value is 10 (4.30% from 255 or 2.95% from 339); Max value from RGB is 245 - color contains mainly: red. Hex color #F5540A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F5540A is #0AABF5. Grayscale: #7C7C7C. Windows color (decimal): -699382 or 677109. OLE color: 677109.

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

Color convert

RGB 245 84 10 -
CMYK 0 0.66 0.96 0.04
HSL 18.89º 0.92% 0.5% -
HSV(B) 18.89º 0.96% 0.96% -
XYZ 40.88 25.78 3.11 -
YUV 123.7 63.84 214.52 -
System Red Green Blue C M Y K H S L
Decimal 245 84 10 0 0.66 0.96 0.04 18.89 0.92 0.5
Hex F5 54 A 0 42 60 4 13 5C 32
Octal 365 124 12 0 102 140 4 23 134 62
Binary 11110101 1010100 1010 0 1000010 1100000 100 10011 1011100 110010

Color Harmonies of #F5540A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5540A

Black with #F5540A

Text Example


Text Example

White with #F5540A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5540A; }

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

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

background-color css

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

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

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

border-color css

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

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

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