Html Css Color HEX #F9AD74 Tacao

📋 copy color: '#F9AD74'

red 249 ◦ green 173 ◦ blue 116

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

Shades of Tacao #F9AD74

Tints of Tacao #F9AD74

RGB

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

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

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

R = 46.28%
G = 32.16%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#F9AD74 (or 0xF9AD74) is known color: Tacao. HEX triplet: F9, AD and 74. RGB value is (249,173,116). Sum of RGB (Red+Green+Blue) = 249+173+116=538 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.28% from 538); Green value is 173 (67.97% from 255 or 32.16% from 538); Blue value is 116 (45.70% from 255 or 21.56% from 538); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AD74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9AD74 is #06528B. Grayscale: #BDBDBD. Windows color (decimal): -414348 or 7646713. OLE color: 7646713.

HSL color Cylindrical-coordinate representation of color #F9AD74: hue angle of 25.71º 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 #F9AD74 is Cyan = 0, Magento = 0.31, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 173 116 -
CMYK 0 0.31 0.53 0.02
HSL 25.71º 0.92% 0.72% -
HSV(B) 25.71º 0.53% 0.98% -
XYZ 57.16 51.29 23.41 -
YUV 189.23 86.68 170.63 -
System Red Green Blue C M Y K H S L
Decimal 249 173 116 0 0.31 0.53 0.02 25.71 0.92 0.72
Hex F9 AD 74 0 1F 35 2 1A 5C 48
Octal 371 255 164 0 37 65 2 32 134 110
Binary 11111001 10101101 1110100 0 11111 110101 10 11010 1011100 1001000

Color Harmonies of #F9AD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9AD74

Black with #F9AD74

Text Example


Text Example

White with #F9AD74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9AD74; }

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

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

background-color css

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

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

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

border-color css

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

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

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