Html Css Color HEX #FEB114 Dark Tangerine

📋 copy color: '#FEB114'

red 254 ◦ green 177 ◦ blue 20

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

Shades of Dark Tangerine #FEB114

Tints of Dark Tangerine #FEB114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.43%

R = 56.32%
G = 39.25%
B = 4.43%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#FEB114 (or 0xFEB114) is known color: Dark Tangerine. HEX triplet: FE, B1 and 14. RGB value is (254,177,20). Sum of RGB (Red+Green+Blue) = 254+177+20=451 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.32% from 451); Green value is 177 (69.53% from 255 or 39.25% from 451); Blue value is 20 (8.20% from 255 or 4.43% from 451); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB114 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEB114 is #014EEB. Grayscale: #B6B6B6. Windows color (decimal): -85740 or 1356286. OLE color: 1356286.

HSL color Cylindrical-coordinate representation of color #FEB114: hue angle of 40.26º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FEB114 is Cyan = 0, Magento = 0.30, Yellow = 0.92 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 177 20 -
CMYK 0 0.30 0.92 0.00
HSL 40.26º 0.99% 0.54% -
HSV(B) 40.26º 0.92% 1% -
XYZ 56.72 52.57 7.82 -
YUV 182.13 36.51 179.27 -
System Red Green Blue C M Y K H S L
Decimal 254 177 20 0 0.30 0.92 0.00 40.26 0.99 0.54
Hex FE B1 14 0 1E 5C 0 28 63 36
Octal 376 261 24 0 36 134 0 50 143 66
Binary 11111110 10110001 10100 0 11110 1011100 0 101000 1100011 110110

Color Harmonies of #FEB114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB114

Black with #FEB114

Text Example


Text Example

White with #FEB114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB114; }

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

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

background-color css

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

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

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

border-color css

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

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

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