Html Css Color HEX #FFB916 Dark Tangerine

📋 copy color: '#FFB916'

red 255 ◦ green 185 ◦ blue 22

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

Shades of Dark Tangerine #FFB916

Tints of Dark Tangerine #FFB916

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.04%

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

R = 55.19%
G = 40.04%
B = 4.76%

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

#FFB916 (or 0xFFB916) is known color: Dark Tangerine. HEX triplet: FF, B9 and 16. RGB value is (255,185,22). Sum of RGB (Red+Green+Blue) = 255+185+22=462 (61% of max value = 765). Red value is 255 (100% from 255 or 55.19% from 462); Green value is 185 (72.66% from 255 or 40.04% from 462); Blue value is 22 (8.98% from 255 or 4.76% from 462); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB916 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB916 is #0046E9. Grayscale: #BCBCBC. Windows color (decimal): -18154 or 1489407. OLE color: 1489407.

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

Color convert

RGB 255 185 22 -
CMYK 0 0.27 0.91 0
HSL 41.97º 1% 0.54% -
HSV(B) 41.97º 0.91% 1% -
XYZ 58.73 56.02 8.48 -
YUV 187.35 34.69 176.25 -
System Red Green Blue C M Y K H S L
Decimal 255 185 22 0 0.27 0.91 0 41.97 1 0.54
Hex FF B9 16 0 1B 5B 0 2A 64 36
Octal 377 271 26 0 33 133 0 52 144 66
Binary 11111111 10111001 10110 0 11011 1011011 0 101010 1100100 110110

Color Harmonies of #FFB916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB916

Black with #FFB916

Text Example


Text Example

White with #FFB916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB916; }

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

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

background-color css

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

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

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

border-color css

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

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

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