Html Css Color HEX #FABF53 Golden Tainoi

📋 copy color: '#FABF53'

red 250 ◦ green 191 ◦ blue 83

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

Shades of Golden Tainoi #FABF53

Tints of Golden Tainoi #FABF53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 15.84%

R = 47.71%
G = 36.45%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#FABF53 (or 0xFABF53) is known color: Golden Tainoi. HEX triplet: FA, BF and 53. RGB value is (250,191,83). Sum of RGB (Red+Green+Blue) = 250+191+83=524 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.71% from 524); Green value is 191 (75% from 255 or 36.45% from 524); Blue value is 83 (32.81% from 255 or 15.84% from 524); Max value from RGB is 250 - color contains mainly: red. Hex color #FABF53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FABF53 is #0540AC. Grayscale: #C4C4C4. Windows color (decimal): -344237 or 5488634. OLE color: 5488634.

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

Color convert

RGB 250 191 83 -
CMYK 0 0.24 0.67 0.02
HSL 38.8º 0.94% 0.65% -
HSV(B) 38.8º 0.67% 0.98% -
XYZ 59.62 58.21 16.28 -
YUV 196.33 64.05 166.28 -
System Red Green Blue C M Y K H S L
Decimal 250 191 83 0 0.24 0.67 0.02 38.8 0.94 0.65
Hex FA BF 53 0 18 43 2 27 5E 41
Octal 372 277 123 0 30 103 2 47 136 101
Binary 11111010 10111111 1010011 0 11000 1000011 10 100111 1011110 1000001

Color Harmonies of #FABF53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABF53

Black with #FABF53

Text Example


Text Example

White with #FABF53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABF53; }

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

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

background-color css

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

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

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

border-color css

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

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

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