Html Css Color HEX #FABD12 Amber

📋 copy color: '#FABD12'

red 250 ◦ green 189 ◦ blue 18

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

Shades of Amber #FABD12

Tints of Amber #FABD12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.94%

R = 54.7%
G = 41.36%
B = 3.94%

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

#FABD12 (or 0xFABD12) is known color: Amber. HEX triplet: FA, BD and 12. RGB value is (250,189,18). Sum of RGB (Red+Green+Blue) = 250+189+18=457 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.70% from 457); Green value is 189 (74.22% from 255 or 41.36% from 457); Blue value is 18 (7.42% from 255 or 3.94% from 457); Max value from RGB is 250 - color contains mainly: red. Hex color #FABD12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FABD12 is #0542ED. Grayscale: #BCBCBC. Windows color (decimal): -344814 or 1228282. OLE color: 1228282.

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

Color convert

RGB 250 189 18 -
CMYK 0 0.24 0.93 0.02
HSL 44.22º 0.96% 0.53% -
HSV(B) 44.22º 0.93% 0.98% -
XYZ 57.73 56.76 8.49 -
YUV 187.75 32.21 172.4 -
System Red Green Blue C M Y K H S L
Decimal 250 189 18 0 0.24 0.93 0.02 44.22 0.96 0.53
Hex FA BD 12 0 18 5D 2 2C 60 35
Octal 372 275 22 0 30 135 2 54 140 65
Binary 11111010 10111101 10010 0 11000 1011101 10 101100 1100000 110101

Color Harmonies of #FABD12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABD12

Black with #FABD12

Text Example


Text Example

White with #FABD12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABD12; }

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

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

background-color css

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

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

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

border-color css

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

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

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