Html Css Color HEX #FAB801 Selective Yellow

📋 copy color: '#FAB801'

red 250 ◦ green 184 ◦ blue 1

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

Shades of Selective Yellow #FAB801

Tints of Selective Yellow #FAB801

RGB

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

 GREEN value IS 184 (72.27% from 255) = 42.3%

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

R = 57.47%
G = 42.3%
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

#FAB801 (or 0xFAB801) is known color: Selective Yellow. HEX triplet: FA, B8 and 01. RGB value is (250,184,1). Sum of RGB (Red+Green+Blue) = 250+184+1=435 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.47% from 435); Green value is 184 (72.27% from 255 or 42.30% from 435); Blue value is 1 (0.78% from 255 or 0.23% from 435); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB801 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAB801 is #0547FE. Grayscale: #B7B7B7. Windows color (decimal): -346111 or 112890. OLE color: 112890.

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

Color convert

RGB 250 184 1 -
CMYK 0 0.26 1.00 0.02
HSL 44.1º 0.99% 0.49% -
HSV(B) 44.1º 1% 0.98% -
XYZ 56.57 54.61 7.59 -
YUV 182.87 25.37 175.88 -
System Red Green Blue C M Y K H S L
Decimal 250 184 1 0 0.26 1.00 0.02 44.1 0.99 0.49
Hex FA B8 1 0 1A 64 2 2C 63 31
Octal 372 270 1 0 32 144 2 54 143 61
Binary 11111010 10111000 1 0 11010 1100100 10 101100 1100011 110001

Color Harmonies of #FAB801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB801

Black with #FAB801

Text Example


Text Example

White with #FAB801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB801; }

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

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

background-color css

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

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

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

border-color css

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

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

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