Html Css Color HEX #FE9D1F Dark Tangerine

📋 copy color: '#FE9D1F'

red 254 ◦ green 157 ◦ blue 31

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

Shades of Dark Tangerine #FE9D1F

Tints of Dark Tangerine #FE9D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.01%

R = 57.47%
G = 35.52%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.88

 K value IS 0.00

RGB Variations

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

Color information

#FE9D1F (or 0xFE9D1F) is known color: Dark Tangerine. HEX triplet: FE, 9D and 1F. RGB value is (254,157,31). Sum of RGB (Red+Green+Blue) = 254+157+31=442 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.47% from 442); Green value is 157 (61.72% from 255 or 35.52% from 442); Blue value is 31 (12.5% from 255 or 7.01% from 442); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9D1F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE9D1F is #0162E0. Grayscale: #ACACAC. Windows color (decimal): -90849 or 2072062. OLE color: 2072062.

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

Color convert

RGB 254 157 31 -
CMYK 0 0.38 0.88 0.00
HSL 33.9º 0.99% 0.56% -
HSV(B) 33.9º 0.88% 1% -
XYZ 53.18 45.28 7.23 -
YUV 171.64 48.64 186.75 -
System Red Green Blue C M Y K H S L
Decimal 254 157 31 0 0.38 0.88 0.00 33.9 0.99 0.56
Hex FE 9D 1F 0 26 58 0 22 63 38
Octal 376 235 37 0 46 130 0 42 143 70
Binary 11111110 10011101 11111 0 100110 1011000 0 100010 1100011 111000

Color Harmonies of #FE9D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9D1F

Black with #FE9D1F

Text Example


Text Example

White with #FE9D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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