Html Css Color HEX #FFB716 Dark Tangerine

📋 copy color: '#FFB716'

red 255 ◦ green 183 ◦ blue 22

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

Shades of Dark Tangerine #FFB716

Tints of Dark Tangerine #FFB716

RGB

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

 GREEN value IS 183 (71.88% from 255) = 39.78%

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

R = 55.43%
G = 39.78%
B = 4.78%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.91

 K value IS 0

RGB Variations

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

Color information

#FFB716 (or 0xFFB716) is known color: Dark Tangerine. HEX triplet: FF, B7 and 16. RGB value is (255,183,22). Sum of RGB (Red+Green+Blue) = 255+183+22=460 (60% of max value = 765). Red value is 255 (100% from 255 or 55.43% from 460); Green value is 183 (71.88% from 255 or 39.78% from 460); Blue value is 22 (8.98% from 255 or 4.78% from 460); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB716 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB716 is #0048E9. Grayscale: #BABABA. Windows color (decimal): -18666 or 1488895. OLE color: 1488895.

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

Color convert

RGB 255 183 22 -
CMYK 0 0.28 0.91 0
HSL 41.46º 1% 0.54% -
HSV(B) 41.46º 0.91% 1% -
XYZ 58.32 55.18 8.34 -
YUV 186.17 35.35 177.09 -
System Red Green Blue C M Y K H S L
Decimal 255 183 22 0 0.28 0.91 0 41.46 1 0.54
Hex FF B7 16 0 1C 5B 0 29 64 36
Octal 377 267 26 0 34 133 0 51 144 66
Binary 11111111 10110111 10110 0 11100 1011011 0 101001 1100100 110110

Color Harmonies of #FFB716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB716

Black with #FFB716

Text Example


Text Example

White with #FFB716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB716; }

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

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

background-color css

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

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

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

border-color css

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

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

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