Html Css Color HEX #F9AE74 Tacao

📋 copy color: '#F9AE74'

red 249 ◦ green 174 ◦ blue 116

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

Shades of Tacao #F9AE74

Tints of Tacao #F9AE74

RGB

 RED value IS 249 (97.66% from 255) = 46.2%

 GREEN value IS 174 (68.36% from 255) = 32.28%

 BLUE value IS 116 (45.7% from 255) = 21.52%

R = 46.2%
G = 32.28%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#F9AE74 (or 0xF9AE74) is known color: Tacao. HEX triplet: F9, AE and 74. RGB value is (249,174,116). Sum of RGB (Red+Green+Blue) = 249+174+116=539 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.20% from 539); Green value is 174 (68.36% from 255 or 32.28% from 539); Blue value is 116 (45.70% from 255 or 21.52% from 539); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AE74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9AE74 is #06518B. Grayscale: #BEBEBE. Windows color (decimal): -414092 or 7646969. OLE color: 7646969.

HSL color Cylindrical-coordinate representation of color #F9AE74: hue angle of 26.17º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F9AE74 is Cyan = 0, Magento = 0.30, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 174 116 -
CMYK 0 0.30 0.53 0.02
HSL 26.17º 0.92% 0.72% -
HSV(B) 26.17º 0.53% 0.98% -
XYZ 57.36 51.67 23.47 -
YUV 189.81 86.35 170.22 -
System Red Green Blue C M Y K H S L
Decimal 249 174 116 0 0.30 0.53 0.02 26.17 0.92 0.72
Hex F9 AE 74 0 1E 35 2 1A 5C 48
Octal 371 256 164 0 36 65 2 32 134 110
Binary 11111001 10101110 1110100 0 11110 110101 10 11010 1011100 1001000

Color Harmonies of #F9AE74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9AE74

Black with #F9AE74

Text Example


Text Example

White with #F9AE74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9AE74; }

 p { color: rgb(249,174,116); }

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

background-color css

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

 a { background-color: rgb(249,174,116); }

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

border-color css

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

 span { border-color: rgb(249,174,116); }

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