Html Css Color HEX #FFB210 Dark Tangerine

📋 copy color: '#FFB210'

red 255 ◦ green 178 ◦ blue 16

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

Shades of Dark Tangerine #FFB210

Tints of Dark Tangerine #FFB210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.56%

R = 56.79%
G = 39.64%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FFB210 (or 0xFFB210) is known color: Dark Tangerine. HEX triplet: FF, B2 and 10. RGB value is (255,178,16). Sum of RGB (Red+Green+Blue) = 255+178+16=449 (59% of max value = 765). Red value is 255 (100% from 255 or 56.79% from 449); Green value is 178 (69.92% from 255 or 39.64% from 449); Blue value is 16 (6.64% from 255 or 3.56% from 449); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB210 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFB210 is #004DEF. Grayscale: #B7B7B7. Windows color (decimal): -19952 or 1094399. OLE color: 1094399.

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

Color convert

RGB 255 178 16 -
CMYK 0 0.30 0.94 0
HSL 40.67º 1% 0.53% -
HSV(B) 40.67º 0.94% 1% -
XYZ 57.25 53.14 7.73 -
YUV 182.56 34.01 179.67 -
System Red Green Blue C M Y K H S L
Decimal 255 178 16 0 0.30 0.94 0 40.67 1 0.53
Hex FF B2 10 0 1E 5E 0 29 64 35
Octal 377 262 20 0 36 136 0 51 144 65
Binary 11111111 10110010 10000 0 11110 1011110 0 101001 1100100 110101

Color Harmonies of #FFB210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB210

Black with #FFB210

Text Example


Text Example

White with #FFB210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB210; }

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

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

background-color css

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

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

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

border-color css

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

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

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