Html Css Color HEX #FABF51 Golden Tainoi

📋 copy color: '#FABF51'

red 250 ◦ green 191 ◦ blue 81

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

Shades of Golden Tainoi #FABF51

Tints of Golden Tainoi #FABF51

RGB

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

 GREEN value IS 191 (75% from 255) = 36.59%

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

R = 47.89%
G = 36.59%
B = 15.52%

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

#FABF51 (or 0xFABF51) is known color: Golden Tainoi. HEX triplet: FA, BF and 51. RGB value is (250,191,81). Sum of RGB (Red+Green+Blue) = 250+191+81=522 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.89% from 522); Green value is 191 (75% from 255 or 36.59% from 522); Blue value is 81 (32.03% from 255 or 15.52% from 522); Max value from RGB is 250 - color contains mainly: red. Hex color #FABF51 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FABF51 is #0540AE. Grayscale: #C4C4C4. Windows color (decimal): -344239 or 5357562. OLE color: 5357562.

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

Color convert

RGB 250 191 81 -
CMYK 0 0.24 0.68 0.02
HSL 39.05º 0.94% 0.65% -
HSV(B) 39.05º 0.68% 0.98% -
XYZ 59.54 58.18 15.88 -
YUV 196.1 63.05 166.44 -
System Red Green Blue C M Y K H S L
Decimal 250 191 81 0 0.24 0.68 0.02 39.05 0.94 0.65
Hex FA BF 51 0 18 44 2 27 5E 41
Octal 372 277 121 0 30 104 2 47 136 101
Binary 11111010 10111111 1010001 0 11000 1000100 10 100111 1011110 1000001

Color Harmonies of #FABF51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABF51

Black with #FABF51

Text Example


Text Example

White with #FABF51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABF51; }

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

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

background-color css

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

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

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

border-color css

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

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

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