Html Css Color HEX #FEB914 Dark Tangerine

📋 copy color: '#FEB914'

red 254 ◦ green 185 ◦ blue 20

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

Shades of Dark Tangerine #FEB914

Tints of Dark Tangerine #FEB914

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.31%

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

R = 55.34%
G = 40.31%
B = 4.36%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#FEB914 (or 0xFEB914) is known color: Dark Tangerine. HEX triplet: FE, B9 and 14. RGB value is (254,185,20). Sum of RGB (Red+Green+Blue) = 254+185+20=459 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.34% from 459); Green value is 185 (72.66% from 255 or 40.31% from 459); Blue value is 20 (8.20% from 255 or 4.36% from 459); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB914 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEB914 is #0146EB. Grayscale: #BBBBBB. Windows color (decimal): -83692 or 1358334. OLE color: 1358334.

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

Color convert

RGB 254 185 20 -
CMYK 0 0.27 0.92 0.00
HSL 42.31º 0.99% 0.54% -
HSV(B) 42.31º 0.92% 1% -
XYZ 58.35 55.82 8.36 -
YUV 186.82 33.86 175.92 -
System Red Green Blue C M Y K H S L
Decimal 254 185 20 0 0.27 0.92 0.00 42.31 0.99 0.54
Hex FE B9 14 0 1B 5C 0 2A 63 36
Octal 376 271 24 0 33 134 0 52 143 66
Binary 11111110 10111001 10100 0 11011 1011100 0 101010 1100011 110110

Color Harmonies of #FEB914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB914

Black with #FEB914

Text Example


Text Example

White with #FEB914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB914; }

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

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

background-color css

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

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

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

border-color css

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

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

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