Html Css Color HEX #FFB512 Dark Tangerine

📋 copy color: '#FFB512'

red 255 ◦ green 181 ◦ blue 18

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

Shades of Dark Tangerine #FFB512

Tints of Dark Tangerine #FFB512

RGB

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

 GREEN value IS 181 (71.09% from 255) = 39.87%

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

R = 56.17%
G = 39.87%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FFB512 (or 0xFFB512) is known color: Dark Tangerine. HEX triplet: FF, B5 and 12. RGB value is (255,181,18). Sum of RGB (Red+Green+Blue) = 255+181+18=454 (60% of max value = 765). Red value is 255 (100% from 255 or 56.17% from 454); Green value is 181 (71.09% from 255 or 39.87% from 454); Blue value is 18 (7.42% from 255 or 3.96% from 454); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB512 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB512 is #004AED. Grayscale: #B9B9B9. Windows color (decimal): -19182 or 1226239. OLE color: 1226239.

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

Color convert

RGB 255 181 18 -
CMYK 0 0.29 0.93 0
HSL 41.27º 1% 0.54% -
HSV(B) 41.27º 0.93% 1% -
XYZ 57.87 54.35 8.01 -
YUV 184.54 34.02 178.25 -
System Red Green Blue C M Y K H S L
Decimal 255 181 18 0 0.29 0.93 0 41.27 1 0.54
Hex FF B5 12 0 1D 5D 0 29 64 36
Octal 377 265 22 0 35 135 0 51 144 66
Binary 11111111 10110101 10010 0 11101 1011101 0 101001 1100100 110110

Color Harmonies of #FFB512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB512

Black with #FFB512

Text Example


Text Example

White with #FFB512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB512; }

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

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

background-color css

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

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

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

border-color css

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

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

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