Html Css Color HEX #FAB600 Selective Yellow

📋 copy color: '#FAB600'

red 250 ◦ green 182 ◦ blue 0

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

Shades of Selective Yellow #FAB600

Tints of Selective Yellow #FAB600

RGB

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

 GREEN value IS 182 (71.48% from 255) = 42.13%

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

R = 57.87%
G = 42.13%
B = 0%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FAB600 (or 0xFAB600) is known color: Selective Yellow. HEX triplet: FA, B6 and 00. RGB value is (250,182,0). Sum of RGB (Red+Green+Blue) = 250+182+0=432 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.87% from 432); Green value is 182 (71.48% from 255 or 42.13% from 432); Blue value is 0 (0.39% from 255 or 0% from 432); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB600 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAB600 is #0549FF. Grayscale: #B6B6B6. Windows color (decimal): -346624 or 46842. OLE color: 46842.

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

Color convert

RGB 250 182 0 -
CMYK 0 0.27 1 0.02
HSL 43.68º 1% 0.49% -
HSV(B) 43.68º 1% 0.98% -
XYZ 56.15 53.78 7.42 -
YUV 181.58 25.53 176.8 -
System Red Green Blue C M Y K H S L
Decimal 250 182 0 0 0.27 1 0.02 43.68 1 0.49
Hex FA B6 0 0 1B 64 2 2C 64 31
Octal 372 266 0 0 33 144 2 54 144 61
Binary 11111010 10110110 0 0 11011 1100100 10 101100 1100100 110001

Color Harmonies of #FAB600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB600

Black with #FAB600

Text Example


Text Example

White with #FAB600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB600; }

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

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

background-color css

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

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

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

border-color css

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

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

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