Html Css Color HEX #FE9F1A Dark Tangerine

📋 copy color: '#FE9F1A'

red 254 ◦ green 159 ◦ blue 26

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

Shades of Dark Tangerine #FE9F1A

Tints of Dark Tangerine #FE9F1A

RGB

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

 GREEN value IS 159 (62.5% from 255) = 36.22%

 BLUE value IS 26 (10.55% from 255) = 5.92%

R = 57.86%
G = 36.22%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.90

 K value IS 0.00

RGB Variations

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

Color information

#FE9F1A (or 0xFE9F1A) is known color: Dark Tangerine. HEX triplet: FE, 9F and 1A. RGB value is (254,159,26). Sum of RGB (Red+Green+Blue) = 254+159+26=439 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.86% from 439); Green value is 159 (62.5% from 255 or 36.22% from 439); Blue value is 26 (10.55% from 255 or 5.92% from 439); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9F1A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE9F1A is #0160E5. Grayscale: #ACACAC. Windows color (decimal): -90342 or 1744894. OLE color: 1744894.

HSL color Cylindrical-coordinate representation of color #FE9F1A: hue angle of 35º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FE9F1A is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 159 26 -
CMYK 0 0.37 0.90 0.00
HSL 35º 0.99% 0.55% -
HSV(B) 35º 0.9% 1% -
XYZ 53.46 45.94 7.03 -
YUV 172.24 45.47 186.31 -
System Red Green Blue C M Y K H S L
Decimal 254 159 26 0 0.37 0.90 0.00 35 0.99 0.55
Hex FE 9F 1A 0 25 5A 0 23 63 37
Octal 376 237 32 0 45 132 0 43 143 67
Binary 11111110 10011111 11010 0 100101 1011010 0 100011 1100011 110111

Color Harmonies of #FE9F1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9F1A

Black with #FE9F1A

Text Example


Text Example

White with #FE9F1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9F1A; }

 p { color: rgb(254,159,26); }

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

background-color css

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

 a { background-color: rgb(254,159,26); }

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

border-color css

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

 span { border-color: rgb(254,159,26); }

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