Html Css Color HEX #FE9916 Dark Tangerine

📋 copy color: '#FE9916'

red 254 ◦ green 153 ◦ blue 22

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

Shades of Dark Tangerine #FE9916

Tints of Dark Tangerine #FE9916

RGB

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

 GREEN value IS 153 (60.16% from 255) = 35.66%

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

R = 59.21%
G = 35.66%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.91

 K value IS 0.00

RGB Variations

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

Color information

#FE9916 (or 0xFE9916) is known color: Dark Tangerine. HEX triplet: FE, 99 and 16. RGB value is (254,153,22). Sum of RGB (Red+Green+Blue) = 254+153+22=429 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.21% from 429); Green value is 153 (60.16% from 255 or 35.66% from 429); Blue value is 22 (8.98% from 255 or 5.13% from 429); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9916 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9916 is #0166E9. Grayscale: #A8A8A8. Windows color (decimal): -91882 or 1481214. OLE color: 1481214.

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

Color convert

RGB 254 153 22 -
CMYK 0 0.40 0.91 0.00
HSL 33.88º 0.99% 0.54% -
HSV(B) 33.88º 0.91% 1% -
XYZ 52.41 43.91 6.47 -
YUV 168.27 45.46 189.15 -
System Red Green Blue C M Y K H S L
Decimal 254 153 22 0 0.40 0.91 0.00 33.88 0.99 0.54
Hex FE 99 16 0 28 5B 0 22 63 36
Octal 376 231 26 0 50 133 0 42 143 66
Binary 11111110 10011001 10110 0 101000 1011011 0 100010 1100011 110110

Color Harmonies of #FE9916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9916

Black with #FE9916

Text Example


Text Example

White with #FE9916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9916; }

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

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

background-color css

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

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

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

border-color css

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

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

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