Html Css Color HEX #FE9D1D Dark Tangerine

📋 copy color: '#FE9D1D'

red 254 ◦ green 157 ◦ blue 29

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

Shades of Dark Tangerine #FE9D1D

Tints of Dark Tangerine #FE9D1D

RGB

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

 GREEN value IS 157 (61.72% from 255) = 35.68%

 BLUE value IS 29 (11.72% from 255) = 6.59%

R = 57.73%
G = 35.68%
B = 6.59%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#FE9D1D (or 0xFE9D1D) is known color: Dark Tangerine. HEX triplet: FE, 9D and 1D. RGB value is (254,157,29). Sum of RGB (Red+Green+Blue) = 254+157+29=440 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.73% from 440); Green value is 157 (61.72% from 255 or 35.68% from 440); Blue value is 29 (11.72% from 255 or 6.59% from 440); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9D1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE9D1D is #0162E2. Grayscale: #ACACAC. Windows color (decimal): -90851 or 1940990. OLE color: 1940990.

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

Color convert

RGB 254 157 29 -
CMYK 0 0.38 0.89 0.00
HSL 34.13º 0.99% 0.55% -
HSV(B) 34.13º 0.89% 1% -
XYZ 53.15 45.27 7.1 -
YUV 171.41 47.64 186.91 -
System Red Green Blue C M Y K H S L
Decimal 254 157 29 0 0.38 0.89 0.00 34.13 0.99 0.55
Hex FE 9D 1D 0 26 59 0 22 63 37
Octal 376 235 35 0 46 131 0 42 143 67
Binary 11111110 10011101 11101 0 100110 1011001 0 100010 1100011 110111

Color Harmonies of #FE9D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9D1D

Black with #FE9D1D

Text Example


Text Example

White with #FE9D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9D1D; }

 p { color: rgb(254,157,29); }

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

background-color css

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

 a { background-color: rgb(254,157,29); }

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

border-color css

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

 span { border-color: rgb(254,157,29); }

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