Html Css Color HEX #FAB912 Selective Yellow

📋 copy color: '#FAB912'

red 250 ◦ green 185 ◦ blue 18

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

Shades of Selective Yellow #FAB912

Tints of Selective Yellow #FAB912

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.97%

R = 55.19%
G = 40.84%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FAB912 (or 0xFAB912) is known color: Selective Yellow. HEX triplet: FA, B9 and 12. RGB value is (250,185,18). Sum of RGB (Red+Green+Blue) = 250+185+18=453 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.19% from 453); Green value is 185 (72.66% from 255 or 40.84% from 453); Blue value is 18 (7.42% from 255 or 3.97% from 453); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB912 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAB912 is #0546ED. Grayscale: #BABABA. Windows color (decimal): -345838 or 1227258. OLE color: 1227258.

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

Color convert

RGB 250 185 18 -
CMYK 0 0.26 0.93 0.02
HSL 43.19º 0.96% 0.53% -
HSV(B) 43.19º 0.93% 0.98% -
XYZ 56.88 55.07 8.2 -
YUV 185.4 33.53 174.08 -
System Red Green Blue C M Y K H S L
Decimal 250 185 18 0 0.26 0.93 0.02 43.19 0.96 0.53
Hex FA B9 12 0 1A 5D 2 2B 60 35
Octal 372 271 22 0 32 135 2 53 140 65
Binary 11111010 10111001 10010 0 11010 1011101 10 101011 1100000 110101

Color Harmonies of #FAB912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB912

Black with #FAB912

Text Example


Text Example

White with #FAB912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB912; }

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

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

background-color css

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

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

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

border-color css

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

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

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