Html Css Color HEX #FEB816 Dark Tangerine

📋 copy color: '#FEB816'

red 254 ◦ green 184 ◦ blue 22

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

Shades of Dark Tangerine #FEB816

Tints of Dark Tangerine #FEB816

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40%

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

R = 55.22%
G = 40%
B = 4.78%

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

#FEB816 (or 0xFEB816) is known color: Dark Tangerine. HEX triplet: FE, B8 and 16. RGB value is (254,184,22). Sum of RGB (Red+Green+Blue) = 254+184+22=460 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.22% from 460); Green value is 184 (72.27% from 255 or 40% from 460); Blue value is 22 (8.98% from 255 or 4.78% from 460); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB816 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEB816 is #0147E9. Grayscale: #BBBBBB. Windows color (decimal): -83946 or 1489150. OLE color: 1489150.

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

Color convert

RGB 254 184 22 -
CMYK 0 0.28 0.91 0.00
HSL 41.9º 0.99% 0.54% -
HSV(B) 41.9º 0.91% 1% -
XYZ 58.16 55.41 8.39 -
YUV 186.46 35.19 176.17 -
System Red Green Blue C M Y K H S L
Decimal 254 184 22 0 0.28 0.91 0.00 41.9 0.99 0.54
Hex FE B8 16 0 1C 5B 0 2A 63 36
Octal 376 270 26 0 34 133 0 52 143 66
Binary 11111110 10111000 10110 0 11100 1011011 0 101010 1100011 110110

Color Harmonies of #FEB816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB816

Black with #FEB816

Text Example


Text Example

White with #FEB816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB816; }

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

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

background-color css

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

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

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

border-color css

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

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

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