Html Css Color HEX #F9AD70 Tacao

📋 copy color: '#F9AD70'

red 249 ◦ green 173 ◦ blue 112

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

Shades of Tacao #F9AD70

Tints of Tacao #F9AD70

RGB

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

 GREEN value IS 173 (67.97% from 255) = 32.4%

 BLUE value IS 112 (44.14% from 255) = 20.97%

R = 46.63%
G = 32.4%
B = 20.97%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#F9AD70 (or 0xF9AD70) is known color: Tacao. HEX triplet: F9, AD and 70. RGB value is (249,173,112). Sum of RGB (Red+Green+Blue) = 249+173+112=534 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.63% from 534); Green value is 173 (67.97% from 255 or 32.40% from 534); Blue value is 112 (44.14% from 255 or 20.97% from 534); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AD70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9AD70 is #06528F. Grayscale: #BDBDBD. Windows color (decimal): -414352 or 7384569. OLE color: 7384569.

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

Color convert

RGB 249 173 112 -
CMYK 0 0.31 0.55 0.02
HSL 26.72º 0.92% 0.71% -
HSV(B) 26.72º 0.55% 0.98% -
XYZ 56.94 51.2 22.21 -
YUV 188.77 84.68 170.96 -
System Red Green Blue C M Y K H S L
Decimal 249 173 112 0 0.31 0.55 0.02 26.72 0.92 0.71
Hex F9 AD 70 0 1F 37 2 1B 5C 47
Octal 371 255 160 0 37 67 2 33 134 107
Binary 11111001 10101101 1110000 0 11111 110111 10 11011 1011100 1000111

Color Harmonies of #F9AD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9AD70

Black with #F9AD70

Text Example


Text Example

White with #F9AD70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9AD70; }

 p { color: rgb(249,173,112); }

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

background-color css

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

 a { background-color: rgb(249,173,112); }

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

border-color css

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

 span { border-color: rgb(249,173,112); }

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