Html Css Color HEX #F9AF7E Tacao

📋 copy color: '#F9AF7E'

red 249 ◦ green 175 ◦ blue 126

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

Shades of Tacao #F9AF7E

Tints of Tacao #F9AF7E

RGB

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

 GREEN value IS 175 (68.75% from 255) = 31.82%

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

R = 45.27%
G = 31.82%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#F9AF7E (or 0xF9AF7E) is known color: Tacao. HEX triplet: F9, AF and 7E. RGB value is (249,175,126). Sum of RGB (Red+Green+Blue) = 249+175+126=550 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.27% from 550); Green value is 175 (68.75% from 255 or 31.82% from 550); Blue value is 126 (49.61% from 255 or 22.91% from 550); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AF7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9AF7E is #065081. Grayscale: #BFBFBF. Windows color (decimal): -413826 or 8302585. OLE color: 8302585.

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

Color convert

RGB 249 175 126 -
CMYK 0 0.30 0.49 0.02
HSL 23.9º 0.91% 0.74% -
HSV(B) 23.9º 0.49% 0.98% -
XYZ 58.16 52.31 26.77 -
YUV 191.54 91.02 168.98 -
System Red Green Blue C M Y K H S L
Decimal 249 175 126 0 0.30 0.49 0.02 23.9 0.91 0.74
Hex F9 AF 7E 0 1E 31 2 18 5B 4A
Octal 371 257 176 0 36 61 2 30 133 112
Binary 11111001 10101111 1111110 0 11110 110001 10 11000 1011011 1001010

Color Harmonies of #F9AF7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9AF7E

Black with #F9AF7E

Text Example


Text Example

White with #F9AF7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9AF7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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