Html Css Color HEX #FECE0E Tangerine Yellow

📋 copy color: '#FECE0E'

red 254 ◦ green 206 ◦ blue 14

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

Shades of Tangerine Yellow #FECE0E

Tints of Tangerine Yellow #FECE0E

RGB

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

 GREEN value IS 206 (80.86% from 255) = 43.46%

 BLUE value IS 14 (5.86% from 255) = 2.95%

R = 53.59%
G = 43.46%
B = 2.95%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FECE0E (or 0xFECE0E) is known color: Tangerine Yellow. HEX triplet: FE, CE and 0E. RGB value is (254,206,14). Sum of RGB (Red+Green+Blue) = 254+206+14=474 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.59% from 474); Green value is 206 (80.86% from 255 or 43.46% from 474); Blue value is 14 (5.86% from 255 or 2.95% from 474); Max value from RGB is 254 - color contains mainly: red. Hex color #FECE0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FECE0E is #0131F1. Grayscale: #C7C7C7. Windows color (decimal): -78322 or 970494. OLE color: 970494.

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

Color convert

RGB 254 206 14 -
CMYK 0 0.19 0.94 0.00
HSL 48º 0.99% 0.53% -
HSV(B) 48º 0.94% 1% -
XYZ 63.02 65.25 9.69 -
YUV 198.46 23.9 167.61 -
System Red Green Blue C M Y K H S L
Decimal 254 206 14 0 0.19 0.94 0.00 48 0.99 0.53
Hex FE CE E 0 13 5E 0 30 63 35
Octal 376 316 16 0 23 136 0 60 143 65
Binary 11111110 11001110 1110 0 10011 1011110 0 110000 1100011 110101

Color Harmonies of #FECE0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECE0E

Black with #FECE0E

Text Example


Text Example

White with #FECE0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECE0E; }

 p { color: rgb(254,206,14); }

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

background-color css

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

 a { background-color: rgb(254,206,14); }

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

border-color css

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

 span { border-color: rgb(254,206,14); }

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