Html Css Color HEX #F0A349 Sunshade

📋 copy color: '#F0A349'

red 240 ◦ green 163 ◦ blue 73

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

Shades of Sunshade #F0A349

Tints of Sunshade #F0A349

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.24%

 BLUE value IS 73 (28.91% from 255) = 15.34%

R = 50.42%
G = 34.24%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.70

 K value IS 0.06

RGB Variations

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

Color information

#F0A349 (or 0xF0A349) is known color: Sunshade. HEX triplet: F0, A3 and 49. RGB value is (240,163,73). Sum of RGB (Red+Green+Blue) = 240+163+73=476 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.42% from 476); Green value is 163 (64.06% from 255 or 34.24% from 476); Blue value is 73 (28.91% from 255 or 15.34% from 476); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A349 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A349 is #0F5CB6. Grayscale: #B0B0B0. Windows color (decimal): -1006775 or 4826096. OLE color: 4826096.

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

Color convert

RGB 240 163 73 -
CMYK 0 0.32 0.70 0.06
HSL 32.34º 0.85% 0.61% -
HSV(B) 32.34º 0.7% 0.94% -
XYZ 50.23 45.2 12.38 -
YUV 175.76 70.01 173.82 -
System Red Green Blue C M Y K H S L
Decimal 240 163 73 0 0.32 0.70 0.06 32.34 0.85 0.61
Hex F0 A3 49 0 20 46 6 20 55 3D
Octal 360 243 111 0 40 106 6 40 125 75
Binary 11110000 10100011 1001001 0 100000 1000110 110 100000 1010101 111101

Color Harmonies of #F0A349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A349

Black with #F0A349

Text Example


Text Example

White with #F0A349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A349; }

 p { color: rgb(240,163,73); }

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

background-color css

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

 a { background-color: rgb(240,163,73); }

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

border-color css

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

 span { border-color: rgb(240,163,73); }

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