Html Css Color HEX #FED110 Tangerine Yellow

📋 copy color: '#FED110'

red 254 ◦ green 209 ◦ blue 16

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

Shades of Tangerine Yellow #FED110

Tints of Tangerine Yellow #FED110

RGB

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

 GREEN value IS 209 (82.03% from 255) = 43.63%

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

R = 53.03%
G = 43.63%
B = 3.34%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FED110 (or 0xFED110) is known color: Tangerine Yellow. HEX triplet: FE, D1 and 10. RGB value is (254,209,16). Sum of RGB (Red+Green+Blue) = 254+209+16=479 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.03% from 479); Green value is 209 (82.03% from 255 or 43.63% from 479); Blue value is 16 (6.64% from 255 or 3.34% from 479); Max value from RGB is 254 - color contains mainly: red. Hex color #FED110 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED110 is #012EEF. Grayscale: #C9C9C9. Windows color (decimal): -77552 or 1102334. OLE color: 1102334.

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

Color convert

RGB 254 209 16 -
CMYK 0 0.18 0.94 0.00
HSL 48.66º 0.99% 0.53% -
HSV(B) 48.66º 0.94% 1% -
XYZ 63.77 66.71 10.01 -
YUV 200.45 23.91 166.19 -
System Red Green Blue C M Y K H S L
Decimal 254 209 16 0 0.18 0.94 0.00 48.66 0.99 0.53
Hex FE D1 10 0 12 5E 0 31 63 35
Octal 376 321 20 0 22 136 0 61 143 65
Binary 11111110 11010001 10000 0 10010 1011110 0 110001 1100011 110101

Color Harmonies of #FED110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED110

Black with #FED110

Text Example


Text Example

White with #FED110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED110; }

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

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

background-color css

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

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

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

border-color css

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

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

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