Html Css Color HEX #FE9F1D Dark Tangerine

📋 copy color: '#FE9F1D'

red 254 ◦ green 159 ◦ blue 29

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

Shades of Dark Tangerine #FE9F1D

Tints of Dark Tangerine #FE9F1D

RGB

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

 GREEN value IS 159 (62.5% from 255) = 35.97%

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

R = 57.47%
G = 35.97%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#FE9F1D (or 0xFE9F1D) is known color: Dark Tangerine. HEX triplet: FE, 9F and 1D. RGB value is (254,159,29). Sum of RGB (Red+Green+Blue) = 254+159+29=442 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.47% from 442); Green value is 159 (62.5% from 255 or 35.97% from 442); Blue value is 29 (11.72% from 255 or 6.56% from 442); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9F1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE9F1D is #0160E2. Grayscale: #ADADAD. Windows color (decimal): -90339 or 1941502. OLE color: 1941502.

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

Color convert

RGB 254 159 29 -
CMYK 0 0.37 0.89 0.00
HSL 34.67º 0.99% 0.55% -
HSV(B) 34.67º 0.89% 1% -
XYZ 53.49 45.96 7.21 -
YUV 172.59 46.97 186.07 -
System Red Green Blue C M Y K H S L
Decimal 254 159 29 0 0.37 0.89 0.00 34.67 0.99 0.55
Hex FE 9F 1D 0 25 59 0 23 63 37
Octal 376 237 35 0 45 131 0 43 143 67
Binary 11111110 10011111 11101 0 100101 1011001 0 100011 1100011 110111

Color Harmonies of #FE9F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9F1D

Black with #FE9F1D

Text Example


Text Example

White with #FE9F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9F1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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