Html Css Color HEX #FAB906 Selective Yellow

📋 copy color: '#FAB906'

red 250 ◦ green 185 ◦ blue 6

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

Shades of Selective Yellow #FAB906

Tints of Selective Yellow #FAB906

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.36%

R = 56.69%
G = 41.95%
B = 1.36%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FAB906 (or 0xFAB906) is known color: Selective Yellow. HEX triplet: FA, B9 and 06. RGB value is (250,185,6). Sum of RGB (Red+Green+Blue) = 250+185+6=441 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.69% from 441); Green value is 185 (72.66% from 255 or 41.95% from 441); Blue value is 6 (2.73% from 255 or 1.36% from 441); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB906 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAB906 is #0546F9. Grayscale: #B8B8B8. Windows color (decimal): -345850 or 440826. OLE color: 440826.

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

Color convert

RGB 250 185 6 -
CMYK 0 0.26 0.98 0.02
HSL 44.02º 0.96% 0.5% -
HSV(B) 44.02º 0.98% 0.98% -
XYZ 56.81 55.04 7.8 -
YUV 184.03 27.53 175.05 -
System Red Green Blue C M Y K H S L
Decimal 250 185 6 0 0.26 0.98 0.02 44.02 0.96 0.5
Hex FA B9 6 0 1A 62 2 2C 60 32
Octal 372 271 6 0 32 142 2 54 140 62
Binary 11111010 10111001 110 0 11010 1100010 10 101100 1100000 110010

Color Harmonies of #FAB906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB906

Black with #FAB906

Text Example


Text Example

White with #FAB906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB906; }

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

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

background-color css

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

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

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

border-color css

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

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

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