Html Css Color HEX #FEB210 Dark Tangerine

📋 copy color: '#FEB210'

red 254 ◦ green 178 ◦ blue 16

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

Shades of Dark Tangerine #FEB210

Tints of Dark Tangerine #FEB210

RGB

 RED value IS 254 (99.61% from 255) = 56.7%

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

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

R = 56.7%
G = 39.73%
B = 3.57%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FEB210 (or 0xFEB210) is known color: Dark Tangerine. HEX triplet: FE, B2 and 10. RGB value is (254,178,16). Sum of RGB (Red+Green+Blue) = 254+178+16=448 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.70% from 448); Green value is 178 (69.92% from 255 or 39.73% from 448); Blue value is 16 (6.64% from 255 or 3.57% from 448); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB210 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEB210 is #014DEF. Grayscale: #B6B6B6. Windows color (decimal): -85488 or 1094398. OLE color: 1094398.

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

Color convert

RGB 254 178 16 -
CMYK 0 0.30 0.94 0.00
HSL 40.84º 0.99% 0.53% -
HSV(B) 40.84º 0.94% 1% -
XYZ 56.89 52.95 7.71 -
YUV 182.26 34.18 179.17 -
System Red Green Blue C M Y K H S L
Decimal 254 178 16 0 0.30 0.94 0.00 40.84 0.99 0.53
Hex FE B2 10 0 1E 5E 0 29 63 35
Octal 376 262 20 0 36 136 0 51 143 65
Binary 11111110 10110010 10000 0 11110 1011110 0 101001 1100011 110101

Color Harmonies of #FEB210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB210

Black with #FEB210

Text Example


Text Example

White with #FEB210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB210; }

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

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

background-color css

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

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

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

border-color css

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

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

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