Html Css Color HEX #F9AD7D Tacao

📋 copy color: '#F9AD7D'

red 249 ◦ green 173 ◦ blue 125

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

Shades of Tacao #F9AD7D

Tints of Tacao #F9AD7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 22.85%

R = 45.52%
G = 31.63%
B = 22.85%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#F9AD7D (or 0xF9AD7D) is known color: Tacao. HEX triplet: F9, AD and 7D. RGB value is (249,173,125). Sum of RGB (Red+Green+Blue) = 249+173+125=547 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.52% from 547); Green value is 173 (67.97% from 255 or 31.63% from 547); Blue value is 125 (49.22% from 255 or 22.85% from 547); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AD7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9AD7D is #065282. Grayscale: #BEBEBE. Windows color (decimal): -414339 or 8236537. OLE color: 8236537.

HSL color Cylindrical-coordinate representation of color #F9AD7D: hue angle of 23.23º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F9AD7D is Cyan = 0, Magento = 0.31, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 173 125 -
CMYK 0 0.31 0.50 0.02
HSL 23.23º 0.91% 0.73% -
HSV(B) 23.23º 0.5% 0.98% -
XYZ 57.71 51.51 26.3 -
YUV 190.25 91.18 169.9 -
System Red Green Blue C M Y K H S L
Decimal 249 173 125 0 0.31 0.50 0.02 23.23 0.91 0.73
Hex F9 AD 7D 0 1F 32 2 17 5B 49
Octal 371 255 175 0 37 62 2 27 133 111
Binary 11111001 10101101 1111101 0 11111 110010 10 10111 1011011 1001001

Color Harmonies of #F9AD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9AD7D

Black with #F9AD7D

Text Example


Text Example

White with #F9AD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9AD7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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