Html Css Color HEX #FEB716 Dark Tangerine

📋 copy color: '#FEB716'

red 254 ◦ green 183 ◦ blue 22

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

Shades of Dark Tangerine #FEB716

Tints of Dark Tangerine #FEB716

RGB

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

 GREEN value IS 183 (71.88% from 255) = 39.87%

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

R = 55.34%
G = 39.87%
B = 4.79%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.91

 K value IS 0.00

RGB Variations

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

Color information

#FEB716 (or 0xFEB716) is known color: Dark Tangerine. HEX triplet: FE, B7 and 16. RGB value is (254,183,22). Sum of RGB (Red+Green+Blue) = 254+183+22=459 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.34% from 459); Green value is 183 (71.88% from 255 or 39.87% from 459); Blue value is 22 (8.98% from 255 or 4.79% from 459); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB716 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEB716 is #0148E9. Grayscale: #BABABA. Windows color (decimal): -84202 or 1488894. OLE color: 1488894.

HSL color Cylindrical-coordinate representation of color #FEB716: hue angle of 41.64º 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 #FEB716 is Cyan = 0, Magento = 0.28, Yellow = 0.91 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 183 22 -
CMYK 0 0.28 0.91 0.00
HSL 41.64º 0.99% 0.54% -
HSV(B) 41.64º 0.91% 1% -
XYZ 57.95 55 8.32 -
YUV 185.88 35.52 176.59 -
System Red Green Blue C M Y K H S L
Decimal 254 183 22 0 0.28 0.91 0.00 41.64 0.99 0.54
Hex FE B7 16 0 1C 5B 0 2A 63 36
Octal 376 267 26 0 34 133 0 52 143 66
Binary 11111110 10110111 10110 0 11100 1011011 0 101010 1100011 110110

Color Harmonies of #FEB716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB716

Black with #FEB716

Text Example


Text Example

White with #FEB716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB716; }

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

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

background-color css

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

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

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

border-color css

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

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

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