Html Css Color HEX #FFBA11 Selective Yellow

📋 copy color: '#FFBA11'

red 255 ◦ green 186 ◦ blue 17

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

Shades of Selective Yellow #FFBA11

Tints of Selective Yellow #FFBA11

RGB

 RED value IS 255 (100% from 255) = 55.68%

 GREEN value IS 186 (73.05% from 255) = 40.61%

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

R = 55.68%
G = 40.61%
B = 3.71%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FFBA11 (or 0xFFBA11) is known color: Selective Yellow. HEX triplet: FF, BA and 11. RGB value is (255,186,17). Sum of RGB (Red+Green+Blue) = 255+186+17=458 (60% of max value = 765). Red value is 255 (100% from 255 or 55.68% from 458); Green value is 186 (73.05% from 255 or 40.61% from 458); Blue value is 17 (7.03% from 255 or 3.71% from 458); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBA11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFBA11 is #0045EE. Grayscale: #BCBCBC. Windows color (decimal): -17903 or 1161983. OLE color: 1161983.

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

Color convert

RGB 255 186 17 -
CMYK 0 0.27 0.93 0
HSL 42.61º 1% 0.53% -
HSV(B) 42.61º 0.93% 1% -
XYZ 58.9 56.42 8.32 -
YUV 187.37 31.86 176.24 -
System Red Green Blue C M Y K H S L
Decimal 255 186 17 0 0.27 0.93 0 42.61 1 0.53
Hex FF BA 11 0 1B 5D 0 2B 64 35
Octal 377 272 21 0 33 135 0 53 144 65
Binary 11111111 10111010 10001 0 11011 1011101 0 101011 1100100 110101

Color Harmonies of #FFBA11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBA11

Black with #FFBA11

Text Example


Text Example

White with #FFBA11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBA11; }

 p { color: rgb(255,186,17); }

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

background-color css

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

 a { background-color: rgb(255,186,17); }

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

border-color css

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

 span { border-color: rgb(255,186,17); }

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