Html Css Color HEX #FAB277 Tacao

📋 copy color: '#FAB277'

red 250 ◦ green 178 ◦ blue 119

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

Shades of Tacao #FAB277

Tints of Tacao #FAB277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 21.76%

R = 45.7%
G = 32.54%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#FAB277 (or 0xFAB277) is known color: Tacao. HEX triplet: FA, B2 and 77. RGB value is (250,178,119). Sum of RGB (Red+Green+Blue) = 250+178+119=547 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.70% from 547); Green value is 178 (69.92% from 255 or 32.54% from 547); Blue value is 119 (46.88% from 255 or 21.76% from 547); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB277 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAB277 is #054D88. Grayscale: #C1C1C1. Windows color (decimal): -347529 or 7844602. OLE color: 7844602.

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

Color convert

RGB 250 178 119 -
CMYK 0 0.29 0.52 0.02
HSL 27.02º 0.93% 0.72% -
HSV(B) 27.02º 0.52% 0.98% -
XYZ 58.67 53.5 24.69 -
YUV 192.8 86.35 168.8 -
System Red Green Blue C M Y K H S L
Decimal 250 178 119 0 0.29 0.52 0.02 27.02 0.93 0.72
Hex FA B2 77 0 1D 34 2 1B 5D 48
Octal 372 262 167 0 35 64 2 33 135 110
Binary 11111010 10110010 1110111 0 11101 110100 10 11011 1011101 1001000

Color Harmonies of #FAB277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB277

Black with #FAB277

Text Example


Text Example

White with #FAB277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB277; }

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

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

background-color css

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

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

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

border-color css

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

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

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