Html Css Color HEX #FABC12 Selective Yellow

📋 copy color: '#FABC12'

red 250 ◦ green 188 ◦ blue 18

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

Shades of Selective Yellow #FABC12

Tints of Selective Yellow #FABC12

RGB

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

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

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

R = 54.82%
G = 41.23%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FABC12 (or 0xFABC12) is known color: Selective Yellow. HEX triplet: FA, BC and 12. RGB value is (250,188,18). Sum of RGB (Red+Green+Blue) = 250+188+18=456 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.82% from 456); Green value is 188 (73.83% from 255 or 41.23% from 456); Blue value is 18 (7.42% from 255 or 3.95% from 456); Max value from RGB is 250 - color contains mainly: red. Hex color #FABC12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FABC12 is #0543ED. Grayscale: #BBBBBB. Windows color (decimal): -345070 or 1228026. OLE color: 1228026.

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

Color convert

RGB 250 188 18 -
CMYK 0 0.25 0.93 0.02
HSL 43.97º 0.96% 0.53% -
HSV(B) 43.97º 0.93% 0.98% -
XYZ 57.52 56.33 8.41 -
YUV 187.16 32.54 172.82 -
System Red Green Blue C M Y K H S L
Decimal 250 188 18 0 0.25 0.93 0.02 43.97 0.96 0.53
Hex FA BC 12 0 19 5D 2 2C 60 35
Octal 372 274 22 0 31 135 2 54 140 65
Binary 11111010 10111100 10010 0 11001 1011101 10 101100 1100000 110101

Color Harmonies of #FABC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABC12

Black with #FABC12

Text Example


Text Example

White with #FABC12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABC12; }

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

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

background-color css

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

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

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

border-color css

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

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

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