Html Css Color HEX #FECC10 Tangerine Yellow

📋 copy color: '#FECC10'

red 254 ◦ green 204 ◦ blue 16

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

Shades of Tangerine Yellow #FECC10

Tints of Tangerine Yellow #FECC10

RGB

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

 GREEN value IS 204 (80.08% from 255) = 43.04%

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

R = 53.59%
G = 43.04%
B = 3.38%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FECC10 (or 0xFECC10) is known color: Tangerine Yellow. HEX triplet: FE, CC and 10. RGB value is (254,204,16). Sum of RGB (Red+Green+Blue) = 254+204+16=474 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.59% from 474); Green value is 204 (80.08% from 255 or 43.04% from 474); Blue value is 16 (6.64% from 255 or 3.38% from 474); Max value from RGB is 254 - color contains mainly: red. Hex color #FECC10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FECC10 is #0133EF. Grayscale: #C6C6C6. Windows color (decimal): -78832 or 1101054. OLE color: 1101054.

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

Color convert

RGB 254 204 16 -
CMYK 0 0.20 0.94 0.00
HSL 47.39º 0.99% 0.53% -
HSV(B) 47.39º 0.94% 1% -
XYZ 62.56 64.29 9.6 -
YUV 197.52 25.57 168.29 -
System Red Green Blue C M Y K H S L
Decimal 254 204 16 0 0.20 0.94 0.00 47.39 0.99 0.53
Hex FE CC 10 0 14 5E 0 2F 63 35
Octal 376 314 20 0 24 136 0 57 143 65
Binary 11111110 11001100 10000 0 10100 1011110 0 101111 1100011 110101

Color Harmonies of #FECC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECC10

Black with #FECC10

Text Example


Text Example

White with #FECC10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECC10; }

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

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

background-color css

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

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

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

border-color css

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

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

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