Html Css Color HEX #FABD11 Amber

📋 copy color: '#FABD11'

red 250 ◦ green 189 ◦ blue 17

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

Shades of Amber #FABD11

Tints of Amber #FABD11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.73%

R = 54.82%
G = 41.45%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FABD11 (or 0xFABD11) is known color: Amber. HEX triplet: FA, BD and 11. RGB value is (250,189,17). Sum of RGB (Red+Green+Blue) = 250+189+17=456 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.82% from 456); Green value is 189 (74.22% from 255 or 41.45% from 456); Blue value is 17 (7.03% from 255 or 3.73% from 456); Max value from RGB is 250 - color contains mainly: red. Hex color #FABD11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FABD11 is #0542EE. Grayscale: #BCBCBC. Windows color (decimal): -344815 or 1162746. OLE color: 1162746.

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

Color convert

RGB 250 189 17 -
CMYK 0 0.24 0.93 0.02
HSL 44.29º 0.96% 0.52% -
HSV(B) 44.29º 0.93% 0.98% -
XYZ 57.72 56.76 8.44 -
YUV 187.63 31.71 172.49 -
System Red Green Blue C M Y K H S L
Decimal 250 189 17 0 0.24 0.93 0.02 44.29 0.96 0.52
Hex FA BD 11 0 18 5D 2 2C 60 34
Octal 372 275 21 0 30 135 2 54 140 64
Binary 11111010 10111101 10001 0 11000 1011101 10 101100 1100000 110100

Color Harmonies of #FABD11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABD11

Black with #FABD11

Text Example


Text Example

White with #FABD11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABD11; }

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

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

background-color css

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

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

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

border-color css

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

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

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