Html Css Color HEX #FFB416 Dark Tangerine

📋 copy color: '#FFB416'

red 255 ◦ green 180 ◦ blue 22

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

Shades of Dark Tangerine #FFB416

Tints of Dark Tangerine #FFB416

RGB

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

 GREEN value IS 180 (70.7% from 255) = 39.39%

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

R = 55.8%
G = 39.39%
B = 4.81%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.91

 K value IS 0

RGB Variations

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

Color information

#FFB416 (or 0xFFB416) is known color: Dark Tangerine. HEX triplet: FF, B4 and 16. RGB value is (255,180,22). Sum of RGB (Red+Green+Blue) = 255+180+22=457 (60% of max value = 765). Red value is 255 (100% from 255 or 55.80% from 457); Green value is 180 (70.70% from 255 or 39.39% from 457); Blue value is 22 (8.98% from 255 or 4.81% from 457); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB416 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB416 is #004BE9. Grayscale: #B9B9B9. Windows color (decimal): -19434 or 1488127. OLE color: 1488127.

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

Color convert

RGB 255 180 22 -
CMYK 0 0.29 0.91 0
HSL 40.69º 1% 0.54% -
HSV(B) 40.69º 0.91% 1% -
XYZ 57.71 53.96 8.13 -
YUV 184.41 36.35 178.35 -
System Red Green Blue C M Y K H S L
Decimal 255 180 22 0 0.29 0.91 0 40.69 1 0.54
Hex FF B4 16 0 1D 5B 0 29 64 36
Octal 377 264 26 0 35 133 0 51 144 66
Binary 11111111 10110100 10110 0 11101 1011011 0 101001 1100100 110110

Color Harmonies of #FFB416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB416

Black with #FFB416

Text Example


Text Example

White with #FFB416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB416; }

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

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

background-color css

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

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

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

border-color css

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

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

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