Html Css Color HEX #FAB401 Selective Yellow

📋 copy color: '#FAB401'

red 250 ◦ green 180 ◦ blue 1

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

Shades of Selective Yellow #FAB401

Tints of Selective Yellow #FAB401

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.76%

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

R = 58%
G = 41.76%
B = 0.23%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#FAB401 (or 0xFAB401) is known color: Selective Yellow. HEX triplet: FA, B4 and 01. RGB value is (250,180,1). Sum of RGB (Red+Green+Blue) = 250+180+1=431 (57% of max value = 765). Red value is 250 (98.05% from 255 or 58.00% from 431); Green value is 180 (70.70% from 255 or 41.76% from 431); Blue value is 1 (0.78% from 255 or 0.23% from 431); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB401 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAB401 is #054BFE. Grayscale: #B5B5B5. Windows color (decimal): -347135 or 111866. OLE color: 111866.

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

Color convert

RGB 250 180 1 -
CMYK 0 0.28 1.00 0.02
HSL 43.13º 0.99% 0.49% -
HSV(B) 43.13º 1% 0.98% -
XYZ 55.75 52.97 7.31 -
YUV 180.52 26.69 177.55 -
System Red Green Blue C M Y K H S L
Decimal 250 180 1 0 0.28 1.00 0.02 43.13 0.99 0.49
Hex FA B4 1 0 1C 64 2 2B 63 31
Octal 372 264 1 0 34 144 2 53 143 61
Binary 11111010 10110100 1 0 11100 1100100 10 101011 1100011 110001

Color Harmonies of #FAB401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB401

Black with #FAB401

Text Example


Text Example

White with #FAB401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB401; }

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

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

background-color css

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

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

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

border-color css

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

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

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