Html Css Color HEX #FABF63 Golden Tainoi

📋 copy color: '#FABF63'

red 250 ◦ green 191 ◦ blue 99

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

Shades of Golden Tainoi #FABF63

Tints of Golden Tainoi #FABF63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 18.33%

R = 46.3%
G = 35.37%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FABF63 (or 0xFABF63) is known color: Golden Tainoi. HEX triplet: FA, BF and 63. RGB value is (250,191,99). Sum of RGB (Red+Green+Blue) = 250+191+99=540 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.30% from 540); Green value is 191 (75% from 255 or 35.37% from 540); Blue value is 99 (39.06% from 255 or 18.33% from 540); Max value from RGB is 250 - color contains mainly: red. Hex color #FABF63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FABF63 is #05409C. Grayscale: #C6C6C6. Windows color (decimal): -344221 or 6537210. OLE color: 6537210.

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

Color convert

RGB 250 191 99 -
CMYK 0 0.24 0.60 0.02
HSL 36.56º 0.94% 0.68% -
HSV(B) 36.56º 0.6% 0.98% -
XYZ 60.31 58.49 19.91 -
YUV 198.15 72.05 164.98 -
System Red Green Blue C M Y K H S L
Decimal 250 191 99 0 0.24 0.60 0.02 36.56 0.94 0.68
Hex FA BF 63 0 18 3C 2 25 5E 44
Octal 372 277 143 0 30 74 2 45 136 104
Binary 11111010 10111111 1100011 0 11000 111100 10 100101 1011110 1000100

Color Harmonies of #FABF63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABF63

Black with #FABF63

Text Example


Text Example

White with #FABF63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABF63; }

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

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

background-color css

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

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

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

border-color css

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

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

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