Html Css Color HEX #FE9B0E Dark Tangerine

📋 copy color: '#FE9B0E'

red 254 ◦ green 155 ◦ blue 14

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

Shades of Dark Tangerine #FE9B0E

Tints of Dark Tangerine #FE9B0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.31%

R = 60.05%
G = 36.64%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FE9B0E (or 0xFE9B0E) is known color: Dark Tangerine. HEX triplet: FE, 9B and 0E. RGB value is (254,155,14). Sum of RGB (Red+Green+Blue) = 254+155+14=423 (56% of max value = 765). Red value is 254 (99.61% from 255 or 60.05% from 423); Green value is 155 (60.94% from 255 or 36.64% from 423); Blue value is 14 (5.86% from 255 or 3.31% from 423); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9B0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9B0E is #0164F1. Grayscale: #A9A9A9. Windows color (decimal): -91378 or 957438. OLE color: 957438.

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

Color convert

RGB 254 155 14 -
CMYK 0 0.39 0.94 0.00
HSL 35.25º 0.99% 0.53% -
HSV(B) 35.25º 0.94% 1% -
XYZ 52.67 44.55 6.24 -
YUV 168.53 40.8 188.96 -
System Red Green Blue C M Y K H S L
Decimal 254 155 14 0 0.39 0.94 0.00 35.25 0.99 0.53
Hex FE 9B E 0 27 5E 0 23 63 35
Octal 376 233 16 0 47 136 0 43 143 65
Binary 11111110 10011011 1110 0 100111 1011110 0 100011 1100011 110101

Color Harmonies of #FE9B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9B0E

Black with #FE9B0E

Text Example


Text Example

White with #FE9B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9B0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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