Html Css Color HEX #FAB072 Tacao

📋 copy color: '#FAB072'

red 250 ◦ green 176 ◦ blue 114

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

Shades of Tacao #FAB072

Tints of Tacao #FAB072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 21.11%

R = 46.3%
G = 32.59%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FAB072 (or 0xFAB072) is known color: Tacao. HEX triplet: FA, B0 and 72. RGB value is (250,176,114). Sum of RGB (Red+Green+Blue) = 250+176+114=540 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.30% from 540); Green value is 176 (69.14% from 255 or 32.59% from 540); Blue value is 114 (44.92% from 255 or 21.11% from 540); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB072 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAB072 is #054F8D. Grayscale: #BFBFBF. Windows color (decimal): -348046 or 7516410. OLE color: 7516410.

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

Color convert

RGB 250 176 114 -
CMYK 0 0.30 0.54 0.02
HSL 27.35º 0.93% 0.71% -
HSV(B) 27.35º 0.54% 0.98% -
XYZ 57.99 52.59 23.01 -
YUV 191.06 84.52 170.04 -
System Red Green Blue C M Y K H S L
Decimal 250 176 114 0 0.30 0.54 0.02 27.35 0.93 0.71
Hex FA B0 72 0 1E 36 2 1B 5D 47
Octal 372 260 162 0 36 66 2 33 135 107
Binary 11111010 10110000 1110010 0 11110 110110 10 11011 1011101 1000111

Color Harmonies of #FAB072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB072

Black with #FAB072

Text Example


Text Example

White with #FAB072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB072; }

 p { color: rgb(250,176,114); }

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

background-color css

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

 a { background-color: rgb(250,176,114); }

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

border-color css

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

 span { border-color: rgb(250,176,114); }

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