Html Css Color HEX #FEA41D Dark Tangerine

📋 copy color: '#FEA41D'

red 254 ◦ green 164 ◦ blue 29

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

Shades of Dark Tangerine #FEA41D

Tints of Dark Tangerine #FEA41D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 36.69%

 BLUE value IS 29 (11.72% from 255) = 6.49%

R = 56.82%
G = 36.69%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#FEA41D (or 0xFEA41D) is known color: Dark Tangerine. HEX triplet: FE, A4 and 1D. RGB value is (254,164,29). Sum of RGB (Red+Green+Blue) = 254+164+29=447 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.82% from 447); Green value is 164 (64.45% from 255 or 36.69% from 447); Blue value is 29 (11.72% from 255 or 6.49% from 447); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA41D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA41D is #015BE2. Grayscale: #B0B0B0. Windows color (decimal): -89059 or 1942782. OLE color: 1942782.

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

Color convert

RGB 254 164 29 -
CMYK 0 0.35 0.89 0.00
HSL 36º 0.99% 0.55% -
HSV(B) 36º 0.89% 1% -
XYZ 54.37 47.71 7.51 -
YUV 175.52 45.32 183.98 -
System Red Green Blue C M Y K H S L
Decimal 254 164 29 0 0.35 0.89 0.00 36 0.99 0.55
Hex FE A4 1D 0 23 59 0 24 63 37
Octal 376 244 35 0 43 131 0 44 143 67
Binary 11111110 10100100 11101 0 100011 1011001 0 100100 1100011 110111

Color Harmonies of #FEA41D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA41D

Black with #FEA41D

Text Example


Text Example

White with #FEA41D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA41D; }

 p { color: rgb(254,164,29); }

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

background-color css

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

 a { background-color: rgb(254,164,29); }

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

border-color css

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

 span { border-color: rgb(254,164,29); }

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