Html Css Color HEX #FAB300 Selective Yellow

📋 copy color: '#FAB300'

red 250 ◦ green 179 ◦ blue 0

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

Shades of Selective Yellow #FAB300

Tints of Selective Yellow #FAB300

RGB

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

 GREEN value IS 179 (70.31% from 255) = 41.72%

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

R = 58.28%
G = 41.72%
B = 0%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FAB300 (or 0xFAB300) is known color: Selective Yellow. HEX triplet: FA, B3 and 00. RGB value is (250,179,0). Sum of RGB (Red+Green+Blue) = 250+179+0=429 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.28% from 429); Green value is 179 (70.31% from 255 or 41.72% from 429); Blue value is 0 (0.39% from 255 or 0% from 429); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB300 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAB300 is #054CFF. Grayscale: #B4B4B4. Windows color (decimal): -347392 or 46074. OLE color: 46074.

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

Color convert

RGB 250 179 0 -
CMYK 0 0.28 1 0.02
HSL 42.96º 1% 0.49% -
HSV(B) 42.96º 1% 0.98% -
XYZ 55.54 52.56 7.22 -
YUV 179.82 26.52 178.05 -
System Red Green Blue C M Y K H S L
Decimal 250 179 0 0 0.28 1 0.02 42.96 1 0.49
Hex FA B3 0 0 1C 64 2 2B 64 31
Octal 372 263 0 0 34 144 2 53 144 61
Binary 11111010 10110011 0 0 11100 1100100 10 101011 1100100 110001

Color Harmonies of #FAB300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB300

Black with #FAB300

Text Example


Text Example

White with #FAB300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB300; }

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

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

background-color css

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

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

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

border-color css

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

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

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