Html Css Color HEX #FFBB16 Dark Tangerine

📋 copy color: '#FFBB16'

red 255 ◦ green 187 ◦ blue 22

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

Shades of Dark Tangerine #FFBB16

Tints of Dark Tangerine #FFBB16

RGB

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

 GREEN value IS 187 (73.44% from 255) = 40.3%

 BLUE value IS 22 (8.98% from 255) = 4.74%

R = 54.96%
G = 40.3%
B = 4.74%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.91

 K value IS 0

RGB Variations

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

Color information

#FFBB16 (or 0xFFBB16) is known color: Dark Tangerine. HEX triplet: FF, BB and 16. RGB value is (255,187,22). Sum of RGB (Red+Green+Blue) = 255+187+22=464 (61% of max value = 765). Red value is 255 (100% from 255 or 54.96% from 464); Green value is 187 (73.44% from 255 or 40.30% from 464); Blue value is 22 (8.98% from 255 or 4.74% from 464); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBB16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFBB16 is #0044E9. Grayscale: #BDBDBD. Windows color (decimal): -17642 or 1489919. OLE color: 1489919.

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

Color convert

RGB 255 187 22 -
CMYK 0 0.27 0.91 0
HSL 42.49º 1% 0.54% -
HSV(B) 42.49º 0.91% 1% -
XYZ 59.16 56.86 8.62 -
YUV 188.52 34.03 175.42 -
System Red Green Blue C M Y K H S L
Decimal 255 187 22 0 0.27 0.91 0 42.49 1 0.54
Hex FF BB 16 0 1B 5B 0 2A 64 36
Octal 377 273 26 0 33 133 0 52 144 66
Binary 11111111 10111011 10110 0 11011 1011011 0 101010 1100100 110110

Color Harmonies of #FFBB16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBB16

Black with #FFBB16

Text Example


Text Example

White with #FFBB16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBB16; }

 p { color: rgb(255,187,22); }

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

background-color css

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

 a { background-color: rgb(255,187,22); }

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

border-color css

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

 span { border-color: rgb(255,187,22); }

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