Html Css Color HEX #FABE51 Golden Tainoi

📋 copy color: '#FABE51'

red 250 ◦ green 190 ◦ blue 81

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

Shades of Golden Tainoi #FABE51

Tints of Golden Tainoi #FABE51

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.47%

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

R = 47.98%
G = 36.47%
B = 15.55%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#FABE51 (or 0xFABE51) is known color: Golden Tainoi. HEX triplet: FA, BE and 51. RGB value is (250,190,81). Sum of RGB (Red+Green+Blue) = 250+190+81=521 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.98% from 521); Green value is 190 (74.61% from 255 or 36.47% from 521); Blue value is 81 (32.03% from 255 or 15.55% from 521); Max value from RGB is 250 - color contains mainly: red. Hex color #FABE51 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FABE51 is #0541AE. Grayscale: #C4C4C4. Windows color (decimal): -344495 or 5357306. OLE color: 5357306.

HSL color Cylindrical-coordinate representation of color #FABE51: hue angle of 38.7º 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 #FABE51 is Cyan = 0, Magento = 0.24, Yellow = 0.68 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 190 81 -
CMYK 0 0.24 0.68 0.02
HSL 38.7º 0.94% 0.65% -
HSV(B) 38.7º 0.68% 0.98% -
XYZ 59.32 57.74 15.8 -
YUV 195.51 63.38 166.86 -
System Red Green Blue C M Y K H S L
Decimal 250 190 81 0 0.24 0.68 0.02 38.7 0.94 0.65
Hex FA BE 51 0 18 44 2 27 5E 41
Octal 372 276 121 0 30 104 2 47 136 101
Binary 11111010 10111110 1010001 0 11000 1000100 10 100111 1011110 1000001

Color Harmonies of #FABE51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABE51

Black with #FABE51

Text Example


Text Example

White with #FABE51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABE51; }

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

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

background-color css

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

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

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

border-color css

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

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

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