Html Css Color HEX #FFB212 Dark Tangerine

📋 copy color: '#FFB212'

red 255 ◦ green 178 ◦ blue 18

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

Shades of Dark Tangerine #FFB212

Tints of Dark Tangerine #FFB212

RGB

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

 GREEN value IS 178 (69.92% from 255) = 39.47%

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

R = 56.54%
G = 39.47%
B = 3.99%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FFB212 (or 0xFFB212) is known color: Dark Tangerine. HEX triplet: FF, B2 and 12. RGB value is (255,178,18). Sum of RGB (Red+Green+Blue) = 255+178+18=451 (59% of max value = 765). Red value is 255 (100% from 255 or 56.54% from 451); Green value is 178 (69.92% from 255 or 39.47% from 451); Blue value is 18 (7.42% from 255 or 3.99% from 451); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB212 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFB212 is #004DED. Grayscale: #B7B7B7. Windows color (decimal): -19950 or 1225471. OLE color: 1225471.

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

Color convert

RGB 255 178 18 -
CMYK 0 0.30 0.93 0
HSL 40.51º 1% 0.54% -
HSV(B) 40.51º 0.93% 1% -
XYZ 57.27 53.14 7.81 -
YUV 182.78 35.01 179.51 -
System Red Green Blue C M Y K H S L
Decimal 255 178 18 0 0.30 0.93 0 40.51 1 0.54
Hex FF B2 12 0 1E 5D 0 29 64 36
Octal 377 262 22 0 36 135 0 51 144 66
Binary 11111111 10110010 10010 0 11110 1011101 0 101001 1100100 110110

Color Harmonies of #FFB212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB212

Black with #FFB212

Text Example


Text Example

White with #FFB212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB212; }

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

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

background-color css

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

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

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

border-color css

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

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

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