Html Css Color HEX #FE9912 Dark Tangerine

📋 copy color: '#FE9912'

red 254 ◦ green 153 ◦ blue 18

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

Shades of Dark Tangerine #FE9912

Tints of Dark Tangerine #FE9912

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36%

 BLUE value IS 18 (7.42% from 255) = 4.24%

R = 59.76%
G = 36%
B = 4.24%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#FE9912 (or 0xFE9912) is known color: Dark Tangerine. HEX triplet: FE, 99 and 12. RGB value is (254,153,18). Sum of RGB (Red+Green+Blue) = 254+153+18=425 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.76% from 425); Green value is 153 (60.16% from 255 or 36% from 425); Blue value is 18 (7.42% from 255 or 4.24% from 425); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9912 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9912 is #0166ED. Grayscale: #A8A8A8. Windows color (decimal): -91886 or 1219070. OLE color: 1219070.

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

Color convert

RGB 254 153 18 -
CMYK 0 0.40 0.93 0.00
HSL 34.32º 0.99% 0.53% -
HSV(B) 34.32º 0.93% 1% -
XYZ 52.37 43.9 6.28 -
YUV 167.81 43.46 189.48 -
System Red Green Blue C M Y K H S L
Decimal 254 153 18 0 0.40 0.93 0.00 34.32 0.99 0.53
Hex FE 99 12 0 28 5D 0 22 63 35
Octal 376 231 22 0 50 135 0 42 143 65
Binary 11111110 10011001 10010 0 101000 1011101 0 100010 1100011 110101

Color Harmonies of #FE9912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9912

Black with #FE9912

Text Example


Text Example

White with #FE9912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9912; }

 p { color: rgb(254,153,18); }

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

background-color css

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

 a { background-color: rgb(254,153,18); }

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

border-color css

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

 span { border-color: rgb(254,153,18); }

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