Html Css Color HEX #FED010 Tangerine Yellow

📋 copy color: '#FED010'

red 254 ◦ green 208 ◦ blue 16

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

Shades of Tangerine Yellow #FED010

Tints of Tangerine Yellow #FED010

RGB

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

 GREEN value IS 208 (81.64% from 255) = 43.51%

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

R = 53.14%
G = 43.51%
B = 3.35%

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

#FED010 (or 0xFED010) is known color: Tangerine Yellow. HEX triplet: FE, D0 and 10. RGB value is (254,208,16). Sum of RGB (Red+Green+Blue) = 254+208+16=478 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.14% from 478); Green value is 208 (81.64% from 255 or 43.51% from 478); Blue value is 16 (6.64% from 255 or 3.35% from 478); Max value from RGB is 254 - color contains mainly: red. Hex color #FED010 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED010 is #012FEF. Grayscale: #C8C8C8. Windows color (decimal): -77808 or 1102078. OLE color: 1102078.

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

Color convert

RGB 254 208 16 -
CMYK 0 0.18 0.94 0.00
HSL 48.4º 0.99% 0.53% -
HSV(B) 48.4º 0.94% 1% -
XYZ 63.52 66.22 9.92 -
YUV 199.87 24.24 166.61 -
System Red Green Blue C M Y K H S L
Decimal 254 208 16 0 0.18 0.94 0.00 48.4 0.99 0.53
Hex FE D0 10 0 12 5E 0 30 63 35
Octal 376 320 20 0 22 136 0 60 143 65
Binary 11111110 11010000 10000 0 10010 1011110 0 110000 1100011 110101

Color Harmonies of #FED010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED010

Black with #FED010

Text Example


Text Example

White with #FED010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED010; }

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

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

background-color css

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

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

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

border-color css

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

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

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