Html Css Color HEX #FABD07 Amber

📋 copy color: '#FABD07'

red 250 ◦ green 189 ◦ blue 7

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

Shades of Amber #FABD07

Tints of Amber #FABD07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.57%

R = 56.05%
G = 42.38%
B = 1.57%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#FABD07 (or 0xFABD07) is known color: Amber. HEX triplet: FA, BD and 07. RGB value is (250,189,7). Sum of RGB (Red+Green+Blue) = 250+189+7=446 (59% of max value = 765). Red value is 250 (98.05% from 255 or 56.05% from 446); Green value is 189 (74.22% from 255 or 42.38% from 446); Blue value is 7 (3.12% from 255 or 1.57% from 446); Max value from RGB is 250 - color contains mainly: red. Hex color #FABD07 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FABD07 is #0542F8. Grayscale: #BBBBBB. Windows color (decimal): -344825 or 507386. OLE color: 507386.

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

Color convert

RGB 250 189 7 -
CMYK 0 0.24 0.97 0.02
HSL 44.94º 0.96% 0.5% -
HSV(B) 44.94º 0.97% 0.98% -
XYZ 57.66 56.73 8.11 -
YUV 186.49 26.71 173.3 -
System Red Green Blue C M Y K H S L
Decimal 250 189 7 0 0.24 0.97 0.02 44.94 0.96 0.5
Hex FA BD 7 0 18 61 2 2D 60 32
Octal 372 275 7 0 30 141 2 55 140 62
Binary 11111010 10111101 111 0 11000 1100001 10 101101 1100000 110010

Color Harmonies of #FABD07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABD07

Black with #FABD07

Text Example


Text Example

White with #FABD07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABD07; }

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

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

background-color css

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

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

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

border-color css

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

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

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