Html Css Color HEX #FABF54 Golden Tainoi

📋 copy color: '#FABF54'

red 250 ◦ green 191 ◦ blue 84

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

Shades of Golden Tainoi #FABF54

Tints of Golden Tainoi #FABF54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 16%

R = 47.62%
G = 36.38%
B = 16%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#FABF54 (or 0xFABF54) is known color: Golden Tainoi. HEX triplet: FA, BF and 54. RGB value is (250,191,84). Sum of RGB (Red+Green+Blue) = 250+191+84=525 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.62% from 525); Green value is 191 (75% from 255 or 36.38% from 525); Blue value is 84 (33.20% from 255 or 16% from 525); Max value from RGB is 250 - color contains mainly: red. Hex color #FABF54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FABF54 is #0540AB. Grayscale: #C4C4C4. Windows color (decimal): -344236 or 5554170. OLE color: 5554170.

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

Color convert

RGB 250 191 84 -
CMYK 0 0.24 0.66 0.02
HSL 38.67º 0.94% 0.65% -
HSV(B) 38.67º 0.66% 0.98% -
XYZ 59.66 58.23 16.48 -
YUV 196.44 64.55 166.2 -
System Red Green Blue C M Y K H S L
Decimal 250 191 84 0 0.24 0.66 0.02 38.67 0.94 0.65
Hex FA BF 54 0 18 42 2 27 5E 41
Octal 372 277 124 0 30 102 2 47 136 101
Binary 11111010 10111111 1010100 0 11000 1000010 10 100111 1011110 1000001

Color Harmonies of #FABF54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABF54

Black with #FABF54

Text Example


Text Example

White with #FABF54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABF54; }

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

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

background-color css

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

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

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

border-color css

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

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

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