Html Css Color HEX #FE9E0C Dark Tangerine

📋 copy color: '#FE9E0C'

red 254 ◦ green 158 ◦ blue 12

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

Shades of Dark Tangerine #FE9E0C

Tints of Dark Tangerine #FE9E0C

RGB

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

 GREEN value IS 158 (62.11% from 255) = 37.26%

 BLUE value IS 12 (5.08% from 255) = 2.83%

R = 59.91%
G = 37.26%
B = 2.83%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FE9E0C (or 0xFE9E0C) is known color: Dark Tangerine. HEX triplet: FE, 9E and 0C. RGB value is (254,158,12). Sum of RGB (Red+Green+Blue) = 254+158+12=424 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.91% from 424); Green value is 158 (62.11% from 255 or 37.26% from 424); Blue value is 12 (5.08% from 255 or 2.83% from 424); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9E0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9E0C is #0161F3. Grayscale: #AAAAAA. Windows color (decimal): -90612 or 827134. OLE color: 827134.

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

Color convert

RGB 254 158 12 -
CMYK 0 0.38 0.95 0.00
HSL 36.2º 0.99% 0.52% -
HSV(B) 36.2º 0.95% 1% -
XYZ 53.17 45.55 6.34 -
YUV 170.06 38.8 187.87 -
System Red Green Blue C M Y K H S L
Decimal 254 158 12 0 0.38 0.95 0.00 36.2 0.99 0.52
Hex FE 9E C 0 26 5F 0 24 63 34
Octal 376 236 14 0 46 137 0 44 143 64
Binary 11111110 10011110 1100 0 100110 1011111 0 100100 1100011 110100

Color Harmonies of #FE9E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9E0C

Black with #FE9E0C

Text Example


Text Example

White with #FE9E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9E0C; }

 p { color: rgb(254,158,12); }

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

background-color css

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

 a { background-color: rgb(254,158,12); }

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

border-color css

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

 span { border-color: rgb(254,158,12); }

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