Html Css Color HEX #FFBA16 Dark Tangerine

📋 copy color: '#FFBA16'

red 255 ◦ green 186 ◦ blue 22

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

Shades of Dark Tangerine #FFBA16

Tints of Dark Tangerine #FFBA16

RGB

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

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

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

R = 55.08%
G = 40.17%
B = 4.75%

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

#FFBA16 (or 0xFFBA16) is known color: Dark Tangerine. HEX triplet: FF, BA and 16. RGB value is (255,186,22). Sum of RGB (Red+Green+Blue) = 255+186+22=463 (61% of max value = 765). Red value is 255 (100% from 255 or 55.08% from 463); Green value is 186 (73.05% from 255 or 40.17% from 463); Blue value is 22 (8.98% from 255 or 4.75% from 463); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBA16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFBA16 is #0045E9. Grayscale: #BCBCBC. Windows color (decimal): -17898 or 1489663. OLE color: 1489663.

HSL color Cylindrical-coordinate representation of color #FFBA16: hue angle of 42.23º 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 #FFBA16 is Cyan = 0, Magento = 0.27, Yellow = 0.91 and Black (K on CMYK) = 0.

Color convert

RGB 255 186 22 -
CMYK 0 0.27 0.91 0
HSL 42.23º 1% 0.54% -
HSV(B) 42.23º 0.91% 1% -
XYZ 58.94 56.44 8.55 -
YUV 187.94 34.36 175.84 -
System Red Green Blue C M Y K H S L
Decimal 255 186 22 0 0.27 0.91 0 42.23 1 0.54
Hex FF BA 16 0 1B 5B 0 2A 64 36
Octal 377 272 26 0 33 133 0 52 144 66
Binary 11111111 10111010 10110 0 11011 1011011 0 101010 1100100 110110

Color Harmonies of #FFBA16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBA16

Black with #FFBA16

Text Example


Text Example

White with #FFBA16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBA16; }

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

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

background-color css

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

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

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

border-color css

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

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

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