Html Css Color HEX #F0A04E Sunshade

📋 copy color: '#F0A04E'

red 240 ◦ green 160 ◦ blue 78

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

Shades of Sunshade #F0A04E

Tints of Sunshade #F0A04E

RGB

 RED value IS 240 (94.14% from 255) = 50.21%

 GREEN value IS 160 (62.89% from 255) = 33.47%

 BLUE value IS 78 (30.86% from 255) = 16.32%

R = 50.21%
G = 33.47%
B = 16.32%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#F0A04E (or 0xF0A04E) is known color: Sunshade. HEX triplet: F0, A0 and 4E. RGB value is (240,160,78). Sum of RGB (Red+Green+Blue) = 240+160+78=478 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.21% from 478); Green value is 160 (62.89% from 255 or 33.47% from 478); Blue value is 78 (30.86% from 255 or 16.32% from 478); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A04E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A04E is #0F5FB1. Grayscale: #AEAEAE. Windows color (decimal): -1007538 or 5153008. OLE color: 5153008.

HSL color Cylindrical-coordinate representation of color #F0A04E: hue angle of 30.37º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F0A04E is Cyan = 0, Magento = 0.33, Yellow = 0.68 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 160 78 -
CMYK 0 0.33 0.68 0.06
HSL 30.37º 0.84% 0.62% -
HSV(B) 30.37º 0.68% 0.94% -
XYZ 49.88 44.22 13.11 -
YUV 174.57 73.5 174.67 -
System Red Green Blue C M Y K H S L
Decimal 240 160 78 0 0.33 0.68 0.06 30.37 0.84 0.62
Hex F0 A0 4E 0 21 44 6 1E 54 3E
Octal 360 240 116 0 41 104 6 36 124 76
Binary 11110000 10100000 1001110 0 100001 1000100 110 11110 1010100 111110

Color Harmonies of #F0A04E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A04E

Black with #F0A04E

Text Example


Text Example

White with #F0A04E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A04E; }

 p { color: rgb(240,160,78); }

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

background-color css

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

 a { background-color: rgb(240,160,78); }

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

border-color css

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

 span { border-color: rgb(240,160,78); }

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