Html Css Color HEX #FEA61C Dark Tangerine

📋 copy color: '#FEA61C'

red 254 ◦ green 166 ◦ blue 28

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

Shades of Dark Tangerine #FEA61C

Tints of Dark Tangerine #FEA61C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.05%

 BLUE value IS 28 (11.33% from 255) = 6.25%

R = 56.7%
G = 37.05%
B = 6.25%

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

#FEA61C (or 0xFEA61C) is known color: Dark Tangerine. HEX triplet: FE, A6 and 1C. RGB value is (254,166,28). Sum of RGB (Red+Green+Blue) = 254+166+28=448 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.70% from 448); Green value is 166 (65.23% from 255 or 37.05% from 448); Blue value is 28 (11.33% from 255 or 6.25% from 448); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA61C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA61C is #0159E3. Grayscale: #B1B1B1. Windows color (decimal): -88548 or 1877758. OLE color: 1877758.

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

Color convert

RGB 254 166 28 -
CMYK 0 0.35 0.89 0.00
HSL 36.64º 0.99% 0.55% -
HSV(B) 36.64º 0.89% 1% -
XYZ 54.72 48.43 7.56 -
YUV 176.58 44.15 183.22 -
System Red Green Blue C M Y K H S L
Decimal 254 166 28 0 0.35 0.89 0.00 36.64 0.99 0.55
Hex FE A6 1C 0 23 59 0 25 63 37
Octal 376 246 34 0 43 131 0 45 143 67
Binary 11111110 10100110 11100 0 100011 1011001 0 100101 1100011 110111

Color Harmonies of #FEA61C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA61C

Black with #FEA61C

Text Example


Text Example

White with #FEA61C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA61C; }

 p { color: rgb(254,166,28); }

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

background-color css

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

 a { background-color: rgb(254,166,28); }

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

border-color css

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

 span { border-color: rgb(254,166,28); }

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