Html Css Color HEX #FABC11 Selective Yellow

📋 copy color: '#FABC11'

red 250 ◦ green 188 ◦ blue 17

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

Shades of Selective Yellow #FABC11

Tints of Selective Yellow #FABC11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.74%

R = 54.95%
G = 41.32%
B = 3.74%

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

#FABC11 (or 0xFABC11) is known color: Selective Yellow. HEX triplet: FA, BC and 11. RGB value is (250,188,17). Sum of RGB (Red+Green+Blue) = 250+188+17=455 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.95% from 455); Green value is 188 (73.83% from 255 or 41.32% from 455); Blue value is 17 (7.03% from 255 or 3.74% from 455); Max value from RGB is 250 - color contains mainly: red. Hex color #FABC11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FABC11 is #0543EE. Grayscale: #BBBBBB. Windows color (decimal): -345071 or 1162490. OLE color: 1162490.

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

Color convert

RGB 250 188 17 -
CMYK 0 0.25 0.93 0.02
HSL 44.03º 0.96% 0.52% -
HSV(B) 44.03º 0.93% 0.98% -
XYZ 57.51 56.33 8.37 -
YUV 187.04 32.04 172.9 -
System Red Green Blue C M Y K H S L
Decimal 250 188 17 0 0.25 0.93 0.02 44.03 0.96 0.52
Hex FA BC 11 0 19 5D 2 2C 60 34
Octal 372 274 21 0 31 135 2 54 140 64
Binary 11111010 10111100 10001 0 11001 1011101 10 101100 1100000 110100

Color Harmonies of #FABC11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABC11

Black with #FABC11

Text Example


Text Example

White with #FABC11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABC11; }

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

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

background-color css

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

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

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

border-color css

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

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

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