Html Css Color HEX #F0A446 Sunshade

📋 copy color: '#F0A446'

red 240 ◦ green 164 ◦ blue 70

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

Shades of Sunshade #F0A446

Tints of Sunshade #F0A446

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.6%

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

R = 50.63%
G = 34.6%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#F0A446 (or 0xF0A446) is known color: Sunshade. HEX triplet: F0, A4 and 46. RGB value is (240,164,70). Sum of RGB (Red+Green+Blue) = 240+164+70=474 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.63% from 474); Green value is 164 (64.45% from 255 or 34.60% from 474); Blue value is 70 (27.73% from 255 or 14.77% from 474); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A446 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A446 is #0F5BB9. Grayscale: #B0B0B0. Windows color (decimal): -1006522 or 4629744. OLE color: 4629744.

HSL color Cylindrical-coordinate representation of color #F0A446: hue angle of 33.18º 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 #F0A446 is Cyan = 0, Magento = 0.32, Yellow = 0.71 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 164 70 -
CMYK 0 0.32 0.71 0.06
HSL 33.18º 0.85% 0.61% -
HSV(B) 33.18º 0.71% 0.94% -
XYZ 50.32 45.52 11.93 -
YUV 176.01 68.18 173.64 -
System Red Green Blue C M Y K H S L
Decimal 240 164 70 0 0.32 0.71 0.06 33.18 0.85 0.61
Hex F0 A4 46 0 20 47 6 21 55 3D
Octal 360 244 106 0 40 107 6 41 125 75
Binary 11110000 10100100 1000110 0 100000 1000111 110 100001 1010101 111101

Color Harmonies of #F0A446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A446

Black with #F0A446

Text Example


Text Example

White with #F0A446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A446; }

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

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

background-color css

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

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

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

border-color css

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

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

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