Html Css Color HEX #FEA61B Dark Tangerine

📋 copy color: '#FEA61B'

red 254 ◦ green 166 ◦ blue 27

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

Shades of Dark Tangerine #FEA61B

Tints of Dark Tangerine #FEA61B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.04%

R = 56.82%
G = 37.14%
B = 6.04%

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

#FEA61B (or 0xFEA61B) is known color: Dark Tangerine. HEX triplet: FE, A6 and 1B. RGB value is (254,166,27). Sum of RGB (Red+Green+Blue) = 254+166+27=447 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.82% from 447); Green value is 166 (65.23% from 255 or 37.14% from 447); Blue value is 27 (10.94% from 255 or 6.04% from 447); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA61B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA61B is #0159E4. Grayscale: #B1B1B1. Windows color (decimal): -88549 or 1812222. OLE color: 1812222.

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

Color convert

RGB 254 166 27 -
CMYK 0 0.35 0.89 0.00
HSL 36.74º 0.99% 0.55% -
HSV(B) 36.74º 0.89% 1% -
XYZ 54.71 48.42 7.5 -
YUV 176.47 43.65 183.3 -
System Red Green Blue C M Y K H S L
Decimal 254 166 27 0 0.35 0.89 0.00 36.74 0.99 0.55
Hex FE A6 1B 0 23 59 0 25 63 37
Octal 376 246 33 0 43 131 0 45 143 67
Binary 11111110 10100110 11011 0 100011 1011001 0 100101 1100011 110111

Color Harmonies of #FEA61B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA61B

Black with #FEA61B

Text Example


Text Example

White with #FEA61B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA61B; }

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

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

background-color css

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

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

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

border-color css

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

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

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