Html Css Color HEX #F0A046 Sunshade

📋 copy color: '#F0A046'

red 240 ◦ green 160 ◦ blue 70

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

Shades of Sunshade #F0A046

Tints of Sunshade #F0A046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 14.89%

R = 51.06%
G = 34.04%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#F0A046 (or 0xF0A046) is known color: Sunshade. HEX triplet: F0, A0 and 46. RGB value is (240,160,70). Sum of RGB (Red+Green+Blue) = 240+160+70=470 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.06% from 470); Green value is 160 (62.89% from 255 or 34.04% from 470); Blue value is 70 (27.73% from 255 or 14.89% from 470); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A046 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A046 is #0F5FB9. Grayscale: #AEAEAE. Windows color (decimal): -1007546 or 4628720. OLE color: 4628720.

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

Color convert

RGB 240 160 70 -
CMYK 0 0.33 0.71 0.06
HSL 31.76º 0.85% 0.61% -
HSV(B) 31.76º 0.71% 0.94% -
XYZ 49.61 44.11 11.69 -
YUV 173.66 69.5 175.32 -
System Red Green Blue C M Y K H S L
Decimal 240 160 70 0 0.33 0.71 0.06 31.76 0.85 0.61
Hex F0 A0 46 0 21 47 6 20 55 3D
Octal 360 240 106 0 41 107 6 40 125 75
Binary 11110000 10100000 1000110 0 100001 1000111 110 100000 1010101 111101

Color Harmonies of #F0A046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A046

Black with #F0A046

Text Example


Text Example

White with #F0A046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A046; }

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

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

background-color css

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

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

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

border-color css

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

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

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