Html Css Color HEX #FAB200 Selective Yellow

📋 copy color: '#FAB200'

red 250 ◦ green 178 ◦ blue 0

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

Shades of Selective Yellow #FAB200

Tints of Selective Yellow #FAB200

RGB

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

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

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

R = 58.41%
G = 41.59%
B = 0%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FAB200 (or 0xFAB200) is known color: Selective Yellow. HEX triplet: FA, B2 and 00. RGB value is (250,178,0). Sum of RGB (Red+Green+Blue) = 250+178+0=428 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.41% from 428); Green value is 178 (69.92% from 255 or 41.59% from 428); Blue value is 0 (0.39% from 255 or 0% from 428); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB200 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAB200 is #054DFF. Grayscale: #B4B4B4. Windows color (decimal): -347648 or 45818. OLE color: 45818.

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

Color convert

RGB 250 178 0 -
CMYK 0 0.29 1 0.02
HSL 42.72º 1% 0.49% -
HSV(B) 42.72º 1% 0.98% -
XYZ 55.34 52.16 7.15 -
YUV 179.24 26.85 178.47 -
System Red Green Blue C M Y K H S L
Decimal 250 178 0 0 0.29 1 0.02 42.72 1 0.49
Hex FA B2 0 0 1D 64 2 2B 64 31
Octal 372 262 0 0 35 144 2 53 144 61
Binary 11111010 10110010 0 0 11101 1100100 10 101011 1100100 110001

Color Harmonies of #FAB200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB200

Black with #FAB200

Text Example


Text Example

White with #FAB200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB200; }

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

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

background-color css

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

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

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

border-color css

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

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

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