Html Css Color HEX #FED101 Tangerine Yellow

📋 copy color: '#FED101'

red 254 ◦ green 209 ◦ blue 1

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

Shades of Tangerine Yellow #FED101

Tints of Tangerine Yellow #FED101

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.22%

R = 54.74%
G = 45.04%
B = 0.22%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 1.00

 K value IS 0.00

RGB Variations

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

Color information

#FED101 (or 0xFED101) is known color: Tangerine Yellow. HEX triplet: FE, D1 and 01. RGB value is (254,209,1). Sum of RGB (Red+Green+Blue) = 254+209+1=464 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.74% from 464); Green value is 209 (82.03% from 255 or 45.04% from 464); Blue value is 1 (0.78% from 255 or 0.22% from 464); Max value from RGB is 254 - color contains mainly: red. Hex color #FED101 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED101 is #012EFE. Grayscale: #C7C7C7. Windows color (decimal): -77567 or 119294. OLE color: 119294.

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

Color convert

RGB 254 209 1 -
CMYK 0 0.18 1.00 0.00
HSL 49.33º 0.99% 0.5% -
HSV(B) 49.33º 1% 1% -
XYZ 63.68 66.67 9.54 -
YUV 198.74 16.41 167.41 -
System Red Green Blue C M Y K H S L
Decimal 254 209 1 0 0.18 1.00 0.00 49.33 0.99 0.5
Hex FE D1 1 0 12 64 0 31 63 32
Octal 376 321 1 0 22 144 0 61 143 62
Binary 11111110 11010001 1 0 10010 1100100 0 110001 1100011 110010

Color Harmonies of #FED101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED101

Black with #FED101

Text Example


Text Example

White with #FED101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED101; }

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

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

background-color css

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

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

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

border-color css

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

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

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