Html Css Color HEX #FAB271 Tacao

📋 copy color: '#FAB271'

red 250 ◦ green 178 ◦ blue 113

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

Shades of Tacao #FAB271

Tints of Tacao #FAB271

RGB

 RED value IS 250 (98.05% from 255) = 46.21%

 GREEN value IS 178 (69.92% from 255) = 32.9%

 BLUE value IS 113 (44.53% from 255) = 20.89%

R = 46.21%
G = 32.9%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FAB271 (or 0xFAB271) is known color: Tacao. HEX triplet: FA, B2 and 71. RGB value is (250,178,113). Sum of RGB (Red+Green+Blue) = 250+178+113=541 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.21% from 541); Green value is 178 (69.92% from 255 or 32.90% from 541); Blue value is 113 (44.53% from 255 or 20.89% from 541); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB271 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAB271 is #054D8E. Grayscale: #C0C0C0. Windows color (decimal): -347535 or 7451386. OLE color: 7451386.

HSL color Cylindrical-coordinate representation of color #FAB271: hue angle of 28.47º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FAB271 is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 178 113 -
CMYK 0 0.29 0.55 0.02
HSL 28.47º 0.93% 0.71% -
HSV(B) 28.47º 0.55% 0.98% -
XYZ 58.33 53.36 22.85 -
YUV 192.12 83.35 169.29 -
System Red Green Blue C M Y K H S L
Decimal 250 178 113 0 0.29 0.55 0.02 28.47 0.93 0.71
Hex FA B2 71 0 1D 37 2 1C 5D 47
Octal 372 262 161 0 35 67 2 34 135 107
Binary 11111010 10110010 1110001 0 11101 110111 10 11100 1011101 1000111

Color Harmonies of #FAB271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB271

Black with #FAB271

Text Example


Text Example

White with #FAB271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB271; }

 p { color: rgb(250,178,113); }

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

background-color css

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

 a { background-color: rgb(250,178,113); }

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

border-color css

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

 span { border-color: rgb(250,178,113); }

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