Html Css Color HEX #FABF50 Golden Tainoi

📋 copy color: '#FABF50'

red 250 ◦ green 191 ◦ blue 80

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

Shades of Golden Tainoi #FABF50

Tints of Golden Tainoi #FABF50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 15.36%

R = 47.98%
G = 36.66%
B = 15.36%

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

#FABF50 (or 0xFABF50) is known color: Golden Tainoi. HEX triplet: FA, BF and 50. RGB value is (250,191,80). Sum of RGB (Red+Green+Blue) = 250+191+80=521 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.98% from 521); Green value is 191 (75% from 255 or 36.66% from 521); Blue value is 80 (31.64% from 255 or 15.36% from 521); Max value from RGB is 250 - color contains mainly: red. Hex color #FABF50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FABF50 is #0540AF. Grayscale: #C4C4C4. Windows color (decimal): -344240 or 5292026. OLE color: 5292026.

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

Color convert

RGB 250 191 80 -
CMYK 0 0.24 0.68 0.02
HSL 39.18º 0.94% 0.65% -
HSV(B) 39.18º 0.68% 0.98% -
XYZ 59.5 58.16 15.68 -
YUV 195.99 62.55 166.53 -
System Red Green Blue C M Y K H S L
Decimal 250 191 80 0 0.24 0.68 0.02 39.18 0.94 0.65
Hex FA BF 50 0 18 44 2 27 5E 41
Octal 372 277 120 0 30 104 2 47 136 101
Binary 11111010 10111111 1010000 0 11000 1000100 10 100111 1011110 1000001

Color Harmonies of #FABF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABF50

Black with #FABF50

Text Example


Text Example

White with #FABF50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABF50; }

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

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

background-color css

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

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

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

border-color css

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

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

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