Html Css Color HEX #FABC10 Selective Yellow

📋 copy color: '#FABC10'

red 250 ◦ green 188 ◦ blue 16

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

Shades of Selective Yellow #FABC10

Tints of Selective Yellow #FABC10

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.41%

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

R = 55.07%
G = 41.41%
B = 3.52%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FABC10 (or 0xFABC10) is known color: Selective Yellow. HEX triplet: FA, BC and 10. RGB value is (250,188,16). Sum of RGB (Red+Green+Blue) = 250+188+16=454 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.07% from 454); Green value is 188 (73.83% from 255 or 41.41% from 454); Blue value is 16 (6.64% from 255 or 3.52% from 454); Max value from RGB is 250 - color contains mainly: red. Hex color #FABC10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FABC10 is #0543EF. Grayscale: #BBBBBB. Windows color (decimal): -345072 or 1096954. OLE color: 1096954.

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

Color convert

RGB 250 188 16 -
CMYK 0 0.25 0.94 0.02
HSL 44.1º 0.96% 0.52% -
HSV(B) 44.1º 0.94% 0.98% -
XYZ 57.5 56.33 8.33 -
YUV 186.93 31.54 172.99 -
System Red Green Blue C M Y K H S L
Decimal 250 188 16 0 0.25 0.94 0.02 44.1 0.96 0.52
Hex FA BC 10 0 19 5E 2 2C 60 34
Octal 372 274 20 0 31 136 2 54 140 64
Binary 11111010 10111100 10000 0 11001 1011110 10 101100 1100000 110100

Color Harmonies of #FABC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABC10

Black with #FABC10

Text Example


Text Example

White with #FABC10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABC10; }

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

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

background-color css

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

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

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

border-color css

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

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

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