Html Css Color HEX #FAB201 Selective Yellow

📋 copy color: '#FAB201'

red 250 ◦ green 178 ◦ blue 1

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

Shades of Selective Yellow #FAB201

Tints of Selective Yellow #FAB201

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.49%

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

R = 58.28%
G = 41.49%
B = 0.23%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#FAB201 (or 0xFAB201) is known color: Selective Yellow. HEX triplet: FA, B2 and 01. RGB value is (250,178,1). Sum of RGB (Red+Green+Blue) = 250+178+1=429 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.28% from 429); Green value is 178 (69.92% from 255 or 41.49% from 429); Blue value is 1 (0.78% from 255 or 0.23% from 429); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB201 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAB201 is #054DFE. Grayscale: #B4B4B4. Windows color (decimal): -347647 or 111354. OLE color: 111354.

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

Color convert

RGB 250 178 1 -
CMYK 0 0.29 1.00 0.02
HSL 42.65º 0.99% 0.49% -
HSV(B) 42.65º 1% 0.98% -
XYZ 55.35 52.17 7.18 -
YUV 179.35 27.35 178.39 -
System Red Green Blue C M Y K H S L
Decimal 250 178 1 0 0.29 1.00 0.02 42.65 0.99 0.49
Hex FA B2 1 0 1D 64 2 2B 63 31
Octal 372 262 1 0 35 144 2 53 143 61
Binary 11111010 10110010 1 0 11101 1100100 10 101011 1100011 110001

Color Harmonies of #FAB201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB201

Black with #FAB201

Text Example


Text Example

White with #FAB201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB201; }

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

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

background-color css

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

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

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

border-color css

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

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

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