Html Css Color HEX #FEA11B Dark Tangerine

📋 copy color: '#FEA11B'

red 254 ◦ green 161 ◦ blue 27

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

Shades of Dark Tangerine #FEA11B

Tints of Dark Tangerine #FEA11B

RGB

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

 GREEN value IS 161 (63.28% from 255) = 36.43%

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

R = 57.47%
G = 36.43%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#FEA11B (or 0xFEA11B) is known color: Dark Tangerine. HEX triplet: FE, A1 and 1B. RGB value is (254,161,27). Sum of RGB (Red+Green+Blue) = 254+161+27=442 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.47% from 442); Green value is 161 (63.28% from 255 or 36.43% from 442); Blue value is 27 (10.94% from 255 or 6.11% from 442); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA11B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA11B is #015EE4. Grayscale: #AEAEAE. Windows color (decimal): -89829 or 1810942. OLE color: 1810942.

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

Color convert

RGB 254 161 27 -
CMYK 0 0.37 0.89 0.00
HSL 35.42º 0.99% 0.55% -
HSV(B) 35.42º 0.89% 1% -
XYZ 53.82 46.64 7.2 -
YUV 173.53 45.31 185.4 -
System Red Green Blue C M Y K H S L
Decimal 254 161 27 0 0.37 0.89 0.00 35.42 0.99 0.55
Hex FE A1 1B 0 25 59 0 23 63 37
Octal 376 241 33 0 45 131 0 43 143 67
Binary 11111110 10100001 11011 0 100101 1011001 0 100011 1100011 110111

Color Harmonies of #FEA11B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA11B

Black with #FEA11B

Text Example


Text Example

White with #FEA11B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA11B; }

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

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

background-color css

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

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

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

border-color css

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

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

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