Html Css Color HEX #FEB916 Dark Tangerine

📋 copy color: '#FEB916'

red 254 ◦ green 185 ◦ blue 22

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

Shades of Dark Tangerine #FEB916

Tints of Dark Tangerine #FEB916

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.13%

 BLUE value IS 22 (8.98% from 255) = 4.77%

R = 55.1%
G = 40.13%
B = 4.77%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.91

 K value IS 0.00

RGB Variations

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

Color information

#FEB916 (or 0xFEB916) is known color: Dark Tangerine. HEX triplet: FE, B9 and 16. RGB value is (254,185,22). Sum of RGB (Red+Green+Blue) = 254+185+22=461 (61% of max value = 765). Red value is 254 (99.61% from 255 or 55.10% from 461); Green value is 185 (72.66% from 255 or 40.13% from 461); Blue value is 22 (8.98% from 255 or 4.77% from 461); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB916 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEB916 is #0146E9. Grayscale: #BBBBBB. Windows color (decimal): -83690 or 1489406. OLE color: 1489406.

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

Color convert

RGB 254 185 22 -
CMYK 0 0.27 0.91 0.00
HSL 42.16º 0.99% 0.54% -
HSV(B) 42.16º 0.91% 1% -
XYZ 58.37 55.83 8.46 -
YUV 187.05 34.86 175.75 -
System Red Green Blue C M Y K H S L
Decimal 254 185 22 0 0.27 0.91 0.00 42.16 0.99 0.54
Hex FE B9 16 0 1B 5B 0 2A 63 36
Octal 376 271 26 0 33 133 0 52 143 66
Binary 11111110 10111001 10110 0 11011 1011011 0 101010 1100011 110110

Color Harmonies of #FEB916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB916

Black with #FEB916

Text Example


Text Example

White with #FEB916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB916; }

 p { color: rgb(254,185,22); }

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

background-color css

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

 a { background-color: rgb(254,185,22); }

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

border-color css

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

 span { border-color: rgb(254,185,22); }

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