Html Css Color HEX #FEB11A Dark Tangerine

📋 copy color: '#FEB11A'

red 254 ◦ green 177 ◦ blue 26

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

Shades of Dark Tangerine #FEB11A

Tints of Dark Tangerine #FEB11A

RGB

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

 GREEN value IS 177 (69.53% from 255) = 38.73%

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

R = 55.58%
G = 38.73%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.90

 K value IS 0.00

RGB Variations

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

Color information

#FEB11A (or 0xFEB11A) is known color: Dark Tangerine. HEX triplet: FE, B1 and 1A. RGB value is (254,177,26). Sum of RGB (Red+Green+Blue) = 254+177+26=457 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.58% from 457); Green value is 177 (69.53% from 255 or 38.73% from 457); Blue value is 26 (10.55% from 255 or 5.69% from 457); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB11A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEB11A is #014EE5. Grayscale: #B7B7B7. Windows color (decimal): -85734 or 1749502. OLE color: 1749502.

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

Color convert

RGB 254 177 26 -
CMYK 0 0.30 0.90 0.00
HSL 39.74º 0.99% 0.55% -
HSV(B) 39.74º 0.9% 1% -
XYZ 56.78 52.59 8.14 -
YUV 182.81 39.51 178.78 -
System Red Green Blue C M Y K H S L
Decimal 254 177 26 0 0.30 0.90 0.00 39.74 0.99 0.55
Hex FE B1 1A 0 1E 5A 0 28 63 37
Octal 376 261 32 0 36 132 0 50 143 67
Binary 11111110 10110001 11010 0 11110 1011010 0 101000 1100011 110111

Color Harmonies of #FEB11A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB11A

Black with #FEB11A

Text Example


Text Example

White with #FEB11A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB11A; }

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

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

background-color css

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

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

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

border-color css

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

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

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