Html Css Color HEX #FABB51 Golden Tainoi

📋 copy color: '#FABB51'

red 250 ◦ green 187 ◦ blue 81

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

Shades of Golden Tainoi #FABB51

Tints of Golden Tainoi #FABB51

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.1%

 BLUE value IS 81 (32.03% from 255) = 15.64%

R = 48.26%
G = 36.1%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#FABB51 (or 0xFABB51) is known color: Golden Tainoi. HEX triplet: FA, BB and 51. RGB value is (250,187,81). Sum of RGB (Red+Green+Blue) = 250+187+81=518 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.26% from 518); Green value is 187 (73.44% from 255 or 36.10% from 518); Blue value is 81 (32.03% from 255 or 15.64% from 518); Max value from RGB is 250 - color contains mainly: red. Hex color #FABB51 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FABB51 is #0544AE. Grayscale: #C2C2C2. Windows color (decimal): -345263 or 5356538. OLE color: 5356538.

HSL color Cylindrical-coordinate representation of color #FABB51: hue angle of 37.63º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FABB51 is Cyan = 0, Magento = 0.25, Yellow = 0.68 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 187 81 -
CMYK 0 0.25 0.68 0.02
HSL 37.63º 0.94% 0.65% -
HSV(B) 37.63º 0.68% 0.98% -
XYZ 58.68 56.46 15.59 -
YUV 193.75 64.37 168.12 -
System Red Green Blue C M Y K H S L
Decimal 250 187 81 0 0.25 0.68 0.02 37.63 0.94 0.65
Hex FA BB 51 0 19 44 2 26 5E 41
Octal 372 273 121 0 31 104 2 46 136 101
Binary 11111010 10111011 1010001 0 11001 1000100 10 100110 1011110 1000001

Color Harmonies of #FABB51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABB51

Black with #FABB51

Text Example


Text Example

White with #FABB51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABB51; }

 p { color: rgb(250,187,81); }

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

background-color css

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

 a { background-color: rgb(250,187,81); }

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

border-color css

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

 span { border-color: rgb(250,187,81); }

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