Html Css Color HEX #FABB01 Selective Yellow

📋 copy color: '#FABB01'

red 250 ◦ green 187 ◦ blue 1

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

Shades of Selective Yellow #FABB01

Tints of Selective Yellow #FABB01

RGB

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

 GREEN value IS 187 (73.44% from 255) = 42.69%

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

R = 57.08%
G = 42.69%
B = 0.23%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#FABB01 (or 0xFABB01) is known color: Selective Yellow. HEX triplet: FA, BB and 01. RGB value is (250,187,1). Sum of RGB (Red+Green+Blue) = 250+187+1=438 (58% of max value = 765). Red value is 250 (98.05% from 255 or 57.08% from 438); Green value is 187 (73.44% from 255 or 42.69% from 438); Blue value is 1 (0.78% from 255 or 0.23% from 438); Max value from RGB is 250 - color contains mainly: red. Hex color #FABB01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FABB01 is #0544FE. Grayscale: #B9B9B9. Windows color (decimal): -345343 or 113658. OLE color: 113658.

HSL color Cylindrical-coordinate representation of color #FABB01: hue angle of 44.82º 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 #FABB01 is Cyan = 0, Magento = 0.25, Yellow = 1.00 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 187 1 -
CMYK 0 0.25 1.00 0.02
HSL 44.82º 0.99% 0.49% -
HSV(B) 44.82º 1% 0.98% -
XYZ 57.2 55.87 7.8 -
YUV 184.63 24.37 174.62 -
System Red Green Blue C M Y K H S L
Decimal 250 187 1 0 0.25 1.00 0.02 44.82 0.99 0.49
Hex FA BB 1 0 19 64 2 2D 63 31
Octal 372 273 1 0 31 144 2 55 143 61
Binary 11111010 10111011 1 0 11001 1100100 10 101101 1100011 110001

Color Harmonies of #FABB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABB01

Black with #FABB01

Text Example


Text Example

White with #FABB01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABB01; }

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

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

background-color css

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

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

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

border-color css

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

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

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