Html Css Color HEX #FEB11C Dark Tangerine

📋 copy color: '#FEB11C'

red 254 ◦ green 177 ◦ blue 28

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

Shades of Dark Tangerine #FEB11C

Tints of Dark Tangerine #FEB11C

RGB

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

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

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

R = 55.34%
G = 38.56%
B = 6.1%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#FEB11C (or 0xFEB11C) is known color: Dark Tangerine. HEX triplet: FE, B1 and 1C. RGB value is (254,177,28). Sum of RGB (Red+Green+Blue) = 254+177+28=459 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.34% from 459); Green value is 177 (69.53% from 255 or 38.56% from 459); Blue value is 28 (11.33% from 255 or 6.10% from 459); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB11C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEB11C is #014EE3. Grayscale: #B7B7B7. Windows color (decimal): -85732 or 1880574. OLE color: 1880574.

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

Color convert

RGB 254 177 28 -
CMYK 0 0.30 0.89 0.00
HSL 39.56º 0.99% 0.55% -
HSV(B) 39.56º 0.89% 1% -
XYZ 56.8 52.6 8.26 -
YUV 183.04 40.51 178.62 -
System Red Green Blue C M Y K H S L
Decimal 254 177 28 0 0.30 0.89 0.00 39.56 0.99 0.55
Hex FE B1 1C 0 1E 59 0 28 63 37
Octal 376 261 34 0 36 131 0 50 143 67
Binary 11111110 10110001 11100 0 11110 1011001 0 101000 1100011 110111

Color Harmonies of #FEB11C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB11C

Black with #FEB11C

Text Example


Text Example

White with #FEB11C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB11C; }

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

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

background-color css

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

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

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

border-color css

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

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

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