Html Css Color HEX #FFBB15 Dark Tangerine

📋 copy color: '#FFBB15'

red 255 ◦ green 187 ◦ blue 21

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

Shades of Dark Tangerine #FFBB15

Tints of Dark Tangerine #FFBB15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.54%

R = 55.08%
G = 40.39%
B = 4.54%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#FFBB15 (or 0xFFBB15) is known color: Dark Tangerine. HEX triplet: FF, BB and 15. RGB value is (255,187,21). Sum of RGB (Red+Green+Blue) = 255+187+21=463 (61% of max value = 765). Red value is 255 (100% from 255 or 55.08% from 463); Green value is 187 (73.44% from 255 or 40.39% from 463); Blue value is 21 (8.59% from 255 or 4.54% from 463); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBB15 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFBB15 is #0044EA. Grayscale: #BDBDBD. Windows color (decimal): -17643 or 1424383. OLE color: 1424383.

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

Color convert

RGB 255 187 21 -
CMYK 0 0.27 0.92 0
HSL 42.56º 1% 0.54% -
HSV(B) 42.56º 0.92% 1% -
XYZ 59.15 56.85 8.57 -
YUV 188.41 33.53 175.5 -
System Red Green Blue C M Y K H S L
Decimal 255 187 21 0 0.27 0.92 0 42.56 1 0.54
Hex FF BB 15 0 1B 5C 0 2B 64 36
Octal 377 273 25 0 33 134 0 53 144 66
Binary 11111111 10111011 10101 0 11011 1011100 0 101011 1100100 110110

Color Harmonies of #FFBB15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBB15

Black with #FFBB15

Text Example


Text Example

White with #FFBB15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBB15; }

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

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

background-color css

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

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

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

border-color css

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

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

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