Html Css Color HEX #FABA01 Selective Yellow

📋 copy color: '#FABA01'

red 250 ◦ green 186 ◦ blue 1

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

Shades of Selective Yellow #FABA01

Tints of Selective Yellow #FABA01

RGB

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

 GREEN value IS 186 (73.05% from 255) = 42.56%

 BLUE value IS 1 (0.78% from 255) = 0.23%

R = 57.21%
G = 42.56%
B = 0.23%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#FABA01 (or 0xFABA01) is known color: Selective Yellow. HEX triplet: FA, BA and 01. RGB value is (250,186,1). Sum of RGB (Red+Green+Blue) = 250+186+1=437 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.21% from 437); Green value is 186 (73.05% from 255 or 42.56% from 437); Blue value is 1 (0.78% from 255 or 0.23% from 437); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FABA01 is #0545FE. Grayscale: #B8B8B8. Windows color (decimal): -345599 or 113402. OLE color: 113402.

HSL color Cylindrical-coordinate representation of color #FABA01: hue angle of 44.58º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FABA01 is Cyan = 0, Magento = 0.26, Yellow = 1.00 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 186 1 -
CMYK 0 0.26 1.00 0.02
HSL 44.58º 0.99% 0.49% -
HSV(B) 44.58º 1% 0.98% -
XYZ 56.99 55.44 7.73 -
YUV 184.05 24.7 175.04 -
System Red Green Blue C M Y K H S L
Decimal 250 186 1 0 0.26 1.00 0.02 44.58 0.99 0.49
Hex FA BA 1 0 1A 64 2 2D 63 31
Octal 372 272 1 0 32 144 2 55 143 61
Binary 11111010 10111010 1 0 11010 1100100 10 101101 1100011 110001

Color Harmonies of #FABA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABA01

Black with #FABA01

Text Example


Text Example

White with #FABA01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABA01; }

 p { color: rgb(250,186,1); }

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

background-color css

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

 a { background-color: rgb(250,186,1); }

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

border-color css

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

 span { border-color: rgb(250,186,1); }

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