Html Css Color HEX #FAB900 Selective Yellow

📋 copy color: '#FAB900'

red 250 ◦ green 185 ◦ blue 0

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

Shades of Selective Yellow #FAB900

Tints of Selective Yellow #FAB900

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 57.47%
G = 42.53%
B = 0%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FAB900 (or 0xFAB900) is known color: Selective Yellow. HEX triplet: FA, B9 and 00. RGB value is (250,185,0). Sum of RGB (Red+Green+Blue) = 250+185+0=435 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.47% from 435); Green value is 185 (72.66% from 255 or 42.53% from 435); Blue value is 0 (0.39% from 255 or 0% from 435); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB900 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAB900 is #0546FF. Grayscale: #B8B8B8. Windows color (decimal): -345856 or 47610. OLE color: 47610.

HSL color Cylindrical-coordinate representation of color #FAB900: hue angle of 44.4º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FAB900 is Cyan = 0, Magento = 0.26, Yellow = 1 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 185 0 -
CMYK 0 0.26 1 0.02
HSL 44.4º 1% 0.49% -
HSV(B) 44.4º 1% 0.98% -
XYZ 56.77 55.02 7.63 -
YUV 183.35 24.53 175.54 -
System Red Green Blue C M Y K H S L
Decimal 250 185 0 0 0.26 1 0.02 44.4 1 0.49
Hex FA B9 0 0 1A 64 2 2C 64 31
Octal 372 271 0 0 32 144 2 54 144 61
Binary 11111010 10111001 0 0 11010 1100100 10 101100 1100100 110001

Color Harmonies of #FAB900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB900

Black with #FAB900

Text Example


Text Example

White with #FAB900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB900; }

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

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

background-color css

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

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

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

border-color css

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

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

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