Html Css Color HEX #FAB910 Selective Yellow

📋 copy color: '#FAB910'

red 250 ◦ green 185 ◦ blue 16

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

Shades of Selective Yellow #FAB910

Tints of Selective Yellow #FAB910

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.55%

R = 55.43%
G = 41.02%
B = 3.55%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FAB910 (or 0xFAB910) is known color: Selective Yellow. HEX triplet: FA, B9 and 10. RGB value is (250,185,16). Sum of RGB (Red+Green+Blue) = 250+185+16=451 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.43% from 451); Green value is 185 (72.66% from 255 or 41.02% from 451); Blue value is 16 (6.64% from 255 or 3.55% from 451); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB910 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAB910 is #0546EF. Grayscale: #B9B9B9. Windows color (decimal): -345840 or 1096186. OLE color: 1096186.

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

Color convert

RGB 250 185 16 -
CMYK 0 0.26 0.94 0.02
HSL 43.33º 0.96% 0.52% -
HSV(B) 43.33º 0.94% 0.98% -
XYZ 56.87 55.06 8.12 -
YUV 185.17 32.53 174.24 -
System Red Green Blue C M Y K H S L
Decimal 250 185 16 0 0.26 0.94 0.02 43.33 0.96 0.52
Hex FA B9 10 0 1A 5E 2 2B 60 34
Octal 372 271 20 0 32 136 2 53 140 64
Binary 11111010 10111001 10000 0 11010 1011110 10 101011 1100000 110100

Color Harmonies of #FAB910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB910

Black with #FAB910

Text Example


Text Example

White with #FAB910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB910; }

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

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

background-color css

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

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

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

border-color css

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

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

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