Html Css Color HEX #FED105 Tangerine Yellow

📋 copy color: '#FED105'

red 254 ◦ green 209 ◦ blue 5

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

Shades of Tangerine Yellow #FED105

Tints of Tangerine Yellow #FED105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.07%

R = 54.27%
G = 44.66%
B = 1.07%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#FED105 (or 0xFED105) is known color: Tangerine Yellow. HEX triplet: FE, D1 and 05. RGB value is (254,209,5). Sum of RGB (Red+Green+Blue) = 254+209+5=468 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.27% from 468); Green value is 209 (82.03% from 255 or 44.66% from 468); Blue value is 5 (2.34% from 255 or 1.07% from 468); Max value from RGB is 254 - color contains mainly: red. Hex color #FED105 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED105 is #012EFA. Grayscale: #C8C8C8. Windows color (decimal): -77563 or 381438. OLE color: 381438.

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

Color convert

RGB 254 209 5 -
CMYK 0 0.18 0.98 0.00
HSL 49.16º 0.99% 0.51% -
HSV(B) 49.16º 0.98% 1% -
XYZ 63.7 66.68 9.66 -
YUV 199.2 18.41 167.09 -
System Red Green Blue C M Y K H S L
Decimal 254 209 5 0 0.18 0.98 0.00 49.16 0.99 0.51
Hex FE D1 5 0 12 62 0 31 63 33
Octal 376 321 5 0 22 142 0 61 143 63
Binary 11111110 11010001 101 0 10010 1100010 0 110001 1100011 110011

Color Harmonies of #FED105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED105

Black with #FED105

Text Example


Text Example

White with #FED105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED105; }

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

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

background-color css

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

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

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

border-color css

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

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

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