Html Css Color HEX #FFBC0B Selective Yellow

📋 copy color: '#FFBC0B'

red 255 ◦ green 188 ◦ blue 11

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

Shades of Selective Yellow #FFBC0B

Tints of Selective Yellow #FFBC0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.42%

R = 56.17%
G = 41.41%
B = 2.42%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FFBC0B (or 0xFFBC0B) is known color: Selective Yellow. HEX triplet: FF, BC and 0B. RGB value is (255,188,11). Sum of RGB (Red+Green+Blue) = 255+188+11=454 (60% of max value = 765). Red value is 255 (100% from 255 or 56.17% from 454); Green value is 188 (73.83% from 255 or 41.41% from 454); Blue value is 11 (4.69% from 255 or 2.42% from 454); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBC0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFBC0B is #0043F4. Grayscale: #BCBCBC. Windows color (decimal): -17397 or 769279. OLE color: 769279.

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

Color convert

RGB 255 188 11 -
CMYK 0 0.26 0.96 0
HSL 43.52º 1% 0.52% -
HSV(B) 43.52º 0.96% 1% -
XYZ 59.28 57.25 8.24 -
YUV 187.86 28.2 175.89 -
System Red Green Blue C M Y K H S L
Decimal 255 188 11 0 0.26 0.96 0 43.52 1 0.52
Hex FF BC B 0 1A 60 0 2C 64 34
Octal 377 274 13 0 32 140 0 54 144 64
Binary 11111111 10111100 1011 0 11010 1100000 0 101100 1100100 110100

Color Harmonies of #FFBC0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBC0B

Black with #FFBC0B

Text Example


Text Example

White with #FFBC0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBC0B; }

 p { color: rgb(255,188,11); }

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

background-color css

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

 a { background-color: rgb(255,188,11); }

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

border-color css

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

 span { border-color: rgb(255,188,11); }

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