Html Css Color HEX #FECE10 Tangerine Yellow

📋 copy color: '#FECE10'

red 254 ◦ green 206 ◦ blue 16

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

Shades of Tangerine Yellow #FECE10

Tints of Tangerine Yellow #FECE10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.36%

R = 53.36%
G = 43.28%
B = 3.36%

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

#FECE10 (or 0xFECE10) is known color: Tangerine Yellow. HEX triplet: FE, CE and 10. RGB value is (254,206,16). Sum of RGB (Red+Green+Blue) = 254+206+16=476 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.36% from 476); Green value is 206 (80.86% from 255 or 43.28% from 476); Blue value is 16 (6.64% from 255 or 3.36% from 476); Max value from RGB is 254 - color contains mainly: red. Hex color #FECE10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FECE10 is #0131EF. Grayscale: #C7C7C7. Windows color (decimal): -78320 or 1101566. OLE color: 1101566.

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

Color convert

RGB 254 206 16 -
CMYK 0 0.19 0.94 0.00
HSL 47.9º 0.99% 0.53% -
HSV(B) 47.9º 0.94% 1% -
XYZ 63.04 65.25 9.76 -
YUV 198.69 24.9 167.45 -
System Red Green Blue C M Y K H S L
Decimal 254 206 16 0 0.19 0.94 0.00 47.9 0.99 0.53
Hex FE CE 10 0 13 5E 0 30 63 35
Octal 376 316 20 0 23 136 0 60 143 65
Binary 11111110 11001110 10000 0 10011 1011110 0 110000 1100011 110101

Color Harmonies of #FECE10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECE10

Black with #FECE10

Text Example


Text Example

White with #FECE10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECE10; }

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

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

background-color css

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

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

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

border-color css

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

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

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