Html Css Color HEX #F9AB7E Tacao

📋 copy color: '#F9AB7E'

red 249 ◦ green 171 ◦ blue 126

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

Shades of Tacao #F9AB7E

Tints of Tacao #F9AB7E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 31.32%

 BLUE value IS 126 (49.61% from 255) = 23.08%

R = 45.6%
G = 31.32%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#F9AB7E (or 0xF9AB7E) is known color: Tacao. HEX triplet: F9, AB and 7E. RGB value is (249,171,126). Sum of RGB (Red+Green+Blue) = 249+171+126=546 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.60% from 546); Green value is 171 (67.19% from 255 or 31.32% from 546); Blue value is 126 (49.61% from 255 or 23.08% from 546); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AB7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9AB7E is #065481. Grayscale: #BDBDBD. Windows color (decimal): -414850 or 8301561. OLE color: 8301561.

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

Color convert

RGB 249 171 126 -
CMYK 0 0.31 0.49 0.02
HSL 21.95º 0.91% 0.74% -
HSV(B) 21.95º 0.49% 0.98% -
XYZ 57.4 50.77 26.51 -
YUV 189.19 92.34 170.66 -
System Red Green Blue C M Y K H S L
Decimal 249 171 126 0 0.31 0.49 0.02 21.95 0.91 0.74
Hex F9 AB 7E 0 1F 31 2 16 5B 4A
Octal 371 253 176 0 37 61 2 26 133 112
Binary 11111001 10101011 1111110 0 11111 110001 10 10110 1011011 1001010

Color Harmonies of #F9AB7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9AB7E

Black with #F9AB7E

Text Example


Text Example

White with #F9AB7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9AB7E; }

 p { color: rgb(249,171,126); }

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

background-color css

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

 a { background-color: rgb(249,171,126); }

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

border-color css

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

 span { border-color: rgb(249,171,126); }

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