Html Css Color HEX #FE9513 Dark Tangerine

📋 copy color: '#FE9513'

red 254 ◦ green 149 ◦ blue 19

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

Shades of Dark Tangerine #FE9513

Tints of Dark Tangerine #FE9513

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.31%

 BLUE value IS 19 (7.81% from 255) = 4.5%

R = 60.19%
G = 35.31%
B = 4.5%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#FE9513 (or 0xFE9513) is known color: Dark Tangerine. HEX triplet: FE, 95 and 13. RGB value is (254,149,19). Sum of RGB (Red+Green+Blue) = 254+149+19=422 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.19% from 422); Green value is 149 (58.59% from 255 or 35.31% from 422); Blue value is 19 (7.81% from 255 or 4.50% from 422); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9513 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9513 is #016AEC. Grayscale: #A6A6A6. Windows color (decimal): -92909 or 1283582. OLE color: 1283582.

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

Color convert

RGB 254 149 19 -
CMYK 0 0.41 0.93 0.00
HSL 33.19º 0.99% 0.54% -
HSV(B) 33.19º 0.93% 1% -
XYZ 51.74 42.61 6.11 -
YUV 165.58 45.29 191.07 -
System Red Green Blue C M Y K H S L
Decimal 254 149 19 0 0.41 0.93 0.00 33.19 0.99 0.54
Hex FE 95 13 0 29 5D 0 21 63 36
Octal 376 225 23 0 51 135 0 41 143 66
Binary 11111110 10010101 10011 0 101001 1011101 0 100001 1100011 110110

Color Harmonies of #FE9513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9513

Black with #FE9513

Text Example


Text Example

White with #FE9513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9513; }

 p { color: rgb(254,149,19); }

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

background-color css

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

 a { background-color: rgb(254,149,19); }

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

border-color css

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

 span { border-color: rgb(254,149,19); }

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