Html Css Color HEX #FABD10 Amber

📋 copy color: '#FABD10'

red 250 ◦ green 189 ◦ blue 16

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

Shades of Amber #FABD10

Tints of Amber #FABD10

RGB

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

 GREEN value IS 189 (74.22% from 255) = 41.54%

 BLUE value IS 16 (6.64% from 255) = 3.52%

R = 54.95%
G = 41.54%
B = 3.52%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FABD10 (or 0xFABD10) is known color: Amber. HEX triplet: FA, BD and 10. RGB value is (250,189,16). Sum of RGB (Red+Green+Blue) = 250+189+16=455 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.95% from 455); Green value is 189 (74.22% from 255 or 41.54% from 455); Blue value is 16 (6.64% from 255 or 3.52% from 455); Max value from RGB is 250 - color contains mainly: red. Hex color #FABD10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FABD10 is #0542EF. Grayscale: #BCBCBC. Windows color (decimal): -344816 or 1097210. OLE color: 1097210.

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

Color convert

RGB 250 189 16 -
CMYK 0 0.24 0.94 0.02
HSL 44.36º 0.96% 0.52% -
HSV(B) 44.36º 0.94% 0.98% -
XYZ 57.72 56.76 8.4 -
YUV 187.52 31.21 172.57 -
System Red Green Blue C M Y K H S L
Decimal 250 189 16 0 0.24 0.94 0.02 44.36 0.96 0.52
Hex FA BD 10 0 18 5E 2 2C 60 34
Octal 372 275 20 0 30 136 2 54 140 64
Binary 11111010 10111101 10000 0 11000 1011110 10 101100 1100000 110100

Color Harmonies of #FABD10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABD10

Black with #FABD10

Text Example


Text Example

White with #FABD10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABD10; }

 p { color: rgb(250,189,16); }

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

background-color css

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

 a { background-color: rgb(250,189,16); }

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

border-color css

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

 span { border-color: rgb(250,189,16); }

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