Html Css Color HEX #FAB901 Selective Yellow

📋 copy color: '#FAB901'

red 250 ◦ green 185 ◦ blue 1

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

Shades of Selective Yellow #FAB901

Tints of Selective Yellow #FAB901

RGB

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

 GREEN value IS 185 (72.66% from 255) = 42.43%

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

R = 57.34%
G = 42.43%
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

#FAB901 (or 0xFAB901) is known color: Selective Yellow. HEX triplet: FA, B9 and 01. RGB value is (250,185,1). Sum of RGB (Red+Green+Blue) = 250+185+1=436 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.34% from 436); Green value is 185 (72.66% from 255 or 42.43% from 436); Blue value is 1 (0.78% from 255 or 0.23% from 436); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB901 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAB901 is #0546FE. Grayscale: #B8B8B8. Windows color (decimal): -345855 or 113146. OLE color: 113146.

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

Color convert

RGB 250 185 1 -
CMYK 0 0.26 1.00 0.02
HSL 44.34º 0.99% 0.49% -
HSV(B) 44.34º 1% 0.98% -
XYZ 56.78 55.02 7.66 -
YUV 183.46 25.03 175.46 -
System Red Green Blue C M Y K H S L
Decimal 250 185 1 0 0.26 1.00 0.02 44.34 0.99 0.49
Hex FA B9 1 0 1A 64 2 2C 63 31
Octal 372 271 1 0 32 144 2 54 143 61
Binary 11111010 10111001 1 0 11010 1100100 10 101100 1100011 110001

Color Harmonies of #FAB901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB901

Black with #FAB901

Text Example


Text Example

White with #FAB901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB901; }

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

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

background-color css

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

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

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

border-color css

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

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

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