Html Css Color HEX #FE9B1D Dark Tangerine

📋 copy color: '#FE9B1D'

red 254 ◦ green 155 ◦ blue 29

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

Shades of Dark Tangerine #FE9B1D

Tints of Dark Tangerine #FE9B1D

RGB

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

 GREEN value IS 155 (60.94% from 255) = 35.39%

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

R = 57.99%
G = 35.39%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#FE9B1D (or 0xFE9B1D) is known color: Dark Tangerine. HEX triplet: FE, 9B and 1D. RGB value is (254,155,29). Sum of RGB (Red+Green+Blue) = 254+155+29=438 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.99% from 438); Green value is 155 (60.94% from 255 or 35.39% from 438); Blue value is 29 (11.72% from 255 or 6.62% from 438); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9B1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE9B1D is #0164E2. Grayscale: #AAAAAA. Windows color (decimal): -91363 or 1940478. OLE color: 1940478.

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

Color convert

RGB 254 155 29 -
CMYK 0 0.39 0.89 0.00
HSL 33.6º 0.99% 0.55% -
HSV(B) 33.6º 0.89% 1% -
XYZ 52.82 44.6 6.99 -
YUV 170.24 48.3 187.75 -
System Red Green Blue C M Y K H S L
Decimal 254 155 29 0 0.39 0.89 0.00 33.6 0.99 0.55
Hex FE 9B 1D 0 27 59 0 22 63 37
Octal 376 233 35 0 47 131 0 42 143 67
Binary 11111110 10011011 11101 0 100111 1011001 0 100010 1100011 110111

Color Harmonies of #FE9B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9B1D

Black with #FE9B1D

Text Example


Text Example

White with #FE9B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9B1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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