Html Css Color HEX #FFB014 Dark Tangerine

📋 copy color: '#FFB014'

red 255 ◦ green 176 ◦ blue 20

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

Shades of Dark Tangerine #FFB014

Tints of Dark Tangerine #FFB014

RGB

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

 GREEN value IS 176 (69.14% from 255) = 39.02%

 BLUE value IS 20 (8.2% from 255) = 4.43%

R = 56.54%
G = 39.02%
B = 4.43%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#FFB014 (or 0xFFB014) is known color: Dark Tangerine. HEX triplet: FF, B0 and 14. RGB value is (255,176,20). Sum of RGB (Red+Green+Blue) = 255+176+20=451 (59% of max value = 765). Red value is 255 (100% from 255 or 56.54% from 451); Green value is 176 (69.14% from 255 or 39.02% from 451); Blue value is 20 (8.20% from 255 or 4.43% from 451); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB014 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFB014 is #004FEB. Grayscale: #B6B6B6. Windows color (decimal): -20460 or 1356031. OLE color: 1356031.

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

Color convert

RGB 255 176 20 -
CMYK 0 0.31 0.92 0
HSL 39.83º 1% 0.54% -
HSV(B) 39.83º 0.92% 1% -
XYZ 56.89 52.36 7.77 -
YUV 181.84 36.67 180.18 -
System Red Green Blue C M Y K H S L
Decimal 255 176 20 0 0.31 0.92 0 39.83 1 0.54
Hex FF B0 14 0 1F 5C 0 28 64 36
Octal 377 260 24 0 37 134 0 50 144 66
Binary 11111111 10110000 10100 0 11111 1011100 0 101000 1100100 110110

Color Harmonies of #FFB014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB014

Black with #FFB014

Text Example


Text Example

White with #FFB014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB014; }

 p { color: rgb(255,176,20); }

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

background-color css

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

 a { background-color: rgb(255,176,20); }

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

border-color css

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

 span { border-color: rgb(255,176,20); }

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