Html Css Color HEX #FABC52 Golden Tainoi

📋 copy color: '#FABC52'

red 250 ◦ green 188 ◦ blue 82

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

Shades of Golden Tainoi #FABC52

Tints of Golden Tainoi #FABC52

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.15%

 BLUE value IS 82 (32.42% from 255) = 15.77%

R = 48.08%
G = 36.15%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#FABC52 (or 0xFABC52) is known color: Golden Tainoi. HEX triplet: FA, BC and 52. RGB value is (250,188,82). Sum of RGB (Red+Green+Blue) = 250+188+82=520 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.08% from 520); Green value is 188 (73.83% from 255 or 36.15% from 520); Blue value is 82 (32.42% from 255 or 15.77% from 520); Max value from RGB is 250 - color contains mainly: red. Hex color #FABC52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FABC52 is #0543AD. Grayscale: #C2C2C2. Windows color (decimal): -345006 or 5422330. OLE color: 5422330.

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

Color convert

RGB 250 188 82 -
CMYK 0 0.25 0.67 0.02
HSL 37.86º 0.94% 0.65% -
HSV(B) 37.86º 0.67% 0.98% -
XYZ 58.93 56.9 15.86 -
YUV 194.45 64.54 167.62 -
System Red Green Blue C M Y K H S L
Decimal 250 188 82 0 0.25 0.67 0.02 37.86 0.94 0.65
Hex FA BC 52 0 19 43 2 26 5E 41
Octal 372 274 122 0 31 103 2 46 136 101
Binary 11111010 10111100 1010010 0 11001 1000011 10 100110 1011110 1000001

Color Harmonies of #FABC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABC52

Black with #FABC52

Text Example


Text Example

White with #FABC52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABC52; }

 p { color: rgb(250,188,82); }

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

background-color css

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

 a { background-color: rgb(250,188,82); }

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

border-color css

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

 span { border-color: rgb(250,188,82); }

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