Html Css Color HEX #F9B080 Tacao

📋 copy color: '#F9B080'

red 249 ◦ green 176 ◦ blue 128

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

Shades of Tacao #F9B080

Tints of Tacao #F9B080

RGB

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

 GREEN value IS 176 (69.14% from 255) = 31.83%

 BLUE value IS 128 (50.39% from 255) = 23.15%

R = 45.03%
G = 31.83%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#F9B080 (or 0xF9B080) is known color: Tacao. HEX triplet: F9, B0 and 80. RGB value is (249,176,128). Sum of RGB (Red+Green+Blue) = 249+176+128=553 (73% of max value = 765). Red value is 249 (97.66% from 255 or 45.03% from 553); Green value is 176 (69.14% from 255 or 31.83% from 553); Blue value is 128 (50.39% from 255 or 23.15% from 553); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B080 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9B080 is #064F7F. Grayscale: #C0C0C0. Windows color (decimal): -413568 or 8433913. OLE color: 8433913.

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

Color convert

RGB 249 176 128 -
CMYK 0 0.29 0.49 0.02
HSL 23.8º 0.91% 0.74% -
HSV(B) 23.8º 0.49% 0.98% -
XYZ 58.49 52.75 27.52 -
YUV 192.36 91.68 168.4 -
System Red Green Blue C M Y K H S L
Decimal 249 176 128 0 0.29 0.49 0.02 23.8 0.91 0.74
Hex F9 B0 80 0 1D 31 2 18 5B 4A
Octal 371 260 200 0 35 61 2 30 133 112
Binary 11111001 10110000 10000000 0 11101 110001 10 11000 1011011 1001010

Color Harmonies of #F9B080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9B080

Black with #F9B080

Text Example


Text Example

White with #F9B080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9B080; }

 p { color: rgb(249,176,128); }

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

background-color css

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

 a { background-color: rgb(249,176,128); }

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

border-color css

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

 span { border-color: rgb(249,176,128); }

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