Html Css Color HEX #FFB012 Dark Tangerine

📋 copy color: '#FFB012'

red 255 ◦ green 176 ◦ blue 18

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

Shades of Dark Tangerine #FFB012

Tints of Dark Tangerine #FFB012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.01%

R = 56.79%
G = 39.2%
B = 4.01%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FFB012 (or 0xFFB012) is known color: Dark Tangerine. HEX triplet: FF, B0 and 12. RGB value is (255,176,18). Sum of RGB (Red+Green+Blue) = 255+176+18=449 (59% of max value = 765). Red value is 255 (100% from 255 or 56.79% from 449); Green value is 176 (69.14% from 255 or 39.20% from 449); Blue value is 18 (7.42% from 255 or 4.01% from 449); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB012 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFB012 is #004FED. Grayscale: #B6B6B6. Windows color (decimal): -20462 or 1224959. OLE color: 1224959.

HSL color Cylindrical-coordinate representation of color #FFB012: hue angle of 40º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FFB012 is Cyan = 0, Magento = 0.31, Yellow = 0.93 and Black (K on CMYK) = 0.

Color convert

RGB 255 176 18 -
CMYK 0 0.31 0.93 0
HSL 40º 1% 0.54% -
HSV(B) 40º 0.93% 1% -
XYZ 56.87 52.35 7.68 -
YUV 181.61 35.67 180.35 -
System Red Green Blue C M Y K H S L
Decimal 255 176 18 0 0.31 0.93 0 40 1 0.54
Hex FF B0 12 0 1F 5D 0 28 64 36
Octal 377 260 22 0 37 135 0 50 144 66
Binary 11111111 10110000 10010 0 11111 1011101 0 101000 1100100 110110

Color Harmonies of #FFB012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB012

Black with #FFB012

Text Example


Text Example

White with #FFB012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB012; }

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

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

background-color css

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

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

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

border-color css

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

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

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