Html Css Color HEX #FABF5B Golden Tainoi

📋 copy color: '#FABF5B'

red 250 ◦ green 191 ◦ blue 91

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

Shades of Golden Tainoi #FABF5B

Tints of Golden Tainoi #FABF5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 17.11%

R = 46.99%
G = 35.9%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FABF5B (or 0xFABF5B) is known color: Golden Tainoi. HEX triplet: FA, BF and 5B. RGB value is (250,191,91). Sum of RGB (Red+Green+Blue) = 250+191+91=532 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.99% from 532); Green value is 191 (75% from 255 or 35.90% from 532); Blue value is 91 (35.94% from 255 or 17.11% from 532); Max value from RGB is 250 - color contains mainly: red. Hex color #FABF5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FABF5B is #0540A4. Grayscale: #C5C5C5. Windows color (decimal): -344229 or 6012922. OLE color: 6012922.

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

Color convert

RGB 250 191 91 -
CMYK 0 0.24 0.64 0.02
HSL 37.74º 0.94% 0.67% -
HSV(B) 37.74º 0.64% 0.98% -
XYZ 59.94 58.34 18 -
YUV 197.24 68.05 165.63 -
System Red Green Blue C M Y K H S L
Decimal 250 191 91 0 0.24 0.64 0.02 37.74 0.94 0.67
Hex FA BF 5B 0 18 40 2 26 5E 43
Octal 372 277 133 0 30 100 2 46 136 103
Binary 11111010 10111111 1011011 0 11000 1000000 10 100110 1011110 1000011

Color Harmonies of #FABF5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABF5B

Black with #FABF5B

Text Example


Text Example

White with #FABF5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABF5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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