Html Css Color HEX #FBAF80 Tacao

📋 copy color: '#FBAF80'

red 251 ◦ green 175 ◦ blue 128

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

Shades of Tacao #FBAF80

Tints of Tacao #FBAF80

RGB

 RED value IS 251 (98.44% from 255) = 45.31%

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

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

R = 45.31%
G = 31.59%
B = 23.1%

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

#FBAF80 (or 0xFBAF80) is known color: Tacao. HEX triplet: FB, AF and 80. RGB value is (251,175,128). Sum of RGB (Red+Green+Blue) = 251+175+128=554 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.31% from 554); Green value is 175 (68.75% from 255 or 31.59% from 554); Blue value is 128 (50.39% from 255 or 23.10% from 554); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAF80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBAF80 is #04507F. Grayscale: #C0C0C0. Windows color (decimal): -282752 or 8433659. OLE color: 8433659.

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

Color convert

RGB 251 175 128 -
CMYK 0 0.30 0.49 0.02
HSL 22.93º 0.94% 0.74% -
HSV(B) 22.93º 0.49% 0.98% -
XYZ 59.01 52.73 27.49 -
YUV 192.37 91.68 169.82 -
System Red Green Blue C M Y K H S L
Decimal 251 175 128 0 0.30 0.49 0.02 22.93 0.94 0.74
Hex FB AF 80 0 1E 31 2 17 5E 4A
Octal 373 257 200 0 36 61 2 27 136 112
Binary 11111011 10101111 10000000 0 11110 110001 10 10111 1011110 1001010

Color Harmonies of #FBAF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBAF80

Black with #FBAF80

Text Example


Text Example

White with #FBAF80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBAF80; }

 p { color: rgb(251,175,128); }

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

background-color css

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

 a { background-color: rgb(251,175,128); }

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

border-color css

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

 span { border-color: rgb(251,175,128); }

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