Html Css Color HEX #FE981A Dark Tangerine

📋 copy color: '#FE981A'

red 254 ◦ green 152 ◦ blue 26

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

Shades of Dark Tangerine #FE981A

Tints of Dark Tangerine #FE981A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 35.19%

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

R = 58.8%
G = 35.19%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.90

 K value IS 0.00

RGB Variations

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

Color information

#FE981A (or 0xFE981A) is known color: Dark Tangerine. HEX triplet: FE, 98 and 1A. RGB value is (254,152,26). Sum of RGB (Red+Green+Blue) = 254+152+26=432 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.80% from 432); Green value is 152 (59.77% from 255 or 35.19% from 432); Blue value is 26 (10.55% from 255 or 6.02% from 432); Max value from RGB is 254 - color contains mainly: red. Hex color #FE981A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE981A is #0167E5. Grayscale: #A8A8A8. Windows color (decimal): -92134 or 1743102. OLE color: 1743102.

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

Color convert

RGB 254 152 26 -
CMYK 0 0.40 0.90 0.00
HSL 33.16º 0.99% 0.55% -
HSV(B) 33.16º 0.9% 1% -
XYZ 52.29 43.6 6.64 -
YUV 168.13 47.79 189.25 -
System Red Green Blue C M Y K H S L
Decimal 254 152 26 0 0.40 0.90 0.00 33.16 0.99 0.55
Hex FE 98 1A 0 28 5A 0 21 63 37
Octal 376 230 32 0 50 132 0 41 143 67
Binary 11111110 10011000 11010 0 101000 1011010 0 100001 1100011 110111

Color Harmonies of #FE981A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE981A

Black with #FE981A

Text Example


Text Example

White with #FE981A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE981A; }

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

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

background-color css

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

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

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

border-color css

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

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

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