Html Css Color HEX #F0AA49 Casablanca

📋 copy color: '#F0AA49'

red 240 ◦ green 170 ◦ blue 73

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

Shades of Casablanca #F0AA49

Tints of Casablanca #F0AA49

RGB

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

 GREEN value IS 170 (66.8% from 255) = 35.2%

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

R = 49.69%
G = 35.2%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.70

 K value IS 0.06

RGB Variations

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

Color information

#F0AA49 (or 0xF0AA49) is known color: Casablanca. HEX triplet: F0, AA and 49. RGB value is (240,170,73). Sum of RGB (Red+Green+Blue) = 240+170+73=483 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.69% from 483); Green value is 170 (66.80% from 255 or 35.20% from 483); Blue value is 73 (28.91% from 255 or 15.11% from 483); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AA49 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0AA49 is #0F55B6. Grayscale: #B4B4B4. Windows color (decimal): -1004983 or 4827888. OLE color: 4827888.

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

Color convert

RGB 240 170 73 -
CMYK 0 0.29 0.70 0.06
HSL 34.85º 0.85% 0.61% -
HSV(B) 34.85º 0.7% 0.94% -
XYZ 51.51 47.76 12.81 -
YUV 179.87 67.69 170.89 -
System Red Green Blue C M Y K H S L
Decimal 240 170 73 0 0.29 0.70 0.06 34.85 0.85 0.61
Hex F0 AA 49 0 1D 46 6 23 55 3D
Octal 360 252 111 0 35 106 6 43 125 75
Binary 11110000 10101010 1001001 0 11101 1000110 110 100011 1010101 111101

Color Harmonies of #F0AA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AA49

Black with #F0AA49

Text Example


Text Example

White with #F0AA49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AA49; }

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

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

background-color css

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

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

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

border-color css

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

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

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