Html Css Color HEX #FABD0A Amber

📋 copy color: '#FABD0A'

red 250 ◦ green 189 ◦ blue 10

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

Shades of Amber #FABD0A

Tints of Amber #FABD0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.23%

R = 55.68%
G = 42.09%
B = 2.23%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FABD0A (or 0xFABD0A) is known color: Amber. HEX triplet: FA, BD and 0A. RGB value is (250,189,10). Sum of RGB (Red+Green+Blue) = 250+189+10=449 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.68% from 449); Green value is 189 (74.22% from 255 or 42.09% from 449); Blue value is 10 (4.30% from 255 or 2.23% from 449); Max value from RGB is 250 - color contains mainly: red. Hex color #FABD0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FABD0A is #0542F5. Grayscale: #BBBBBB. Windows color (decimal): -344822 or 703994. OLE color: 703994.

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

Color convert

RGB 250 189 10 -
CMYK 0 0.24 0.96 0.02
HSL 44.75º 0.96% 0.51% -
HSV(B) 44.75º 0.96% 0.98% -
XYZ 57.68 56.74 8.2 -
YUV 186.83 28.21 173.05 -
System Red Green Blue C M Y K H S L
Decimal 250 189 10 0 0.24 0.96 0.02 44.75 0.96 0.51
Hex FA BD A 0 18 60 2 2D 60 33
Octal 372 275 12 0 30 140 2 55 140 63
Binary 11111010 10111101 1010 0 11000 1100000 10 101101 1100000 110011

Color Harmonies of #FABD0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABD0A

Black with #FABD0A

Text Example


Text Example

White with #FABD0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABD0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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