Html Css Color HEX #FED102 Tangerine Yellow

📋 copy color: '#FED102'

red 254 ◦ green 209 ◦ blue 2

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

Shades of Tangerine Yellow #FED102

Tints of Tangerine Yellow #FED102

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.43%

R = 54.62%
G = 44.95%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.99

 K value IS 0.00

RGB Variations

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

Color information

#FED102 (or 0xFED102) is known color: Tangerine Yellow. HEX triplet: FE, D1 and 02. RGB value is (254,209,2). Sum of RGB (Red+Green+Blue) = 254+209+2=465 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.62% from 465); Green value is 209 (82.03% from 255 or 44.95% from 465); Blue value is 2 (1.17% from 255 or 0.43% from 465); Max value from RGB is 254 - color contains mainly: red. Hex color #FED102 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED102 is #012EFD. Grayscale: #C7C7C7. Windows color (decimal): -77566 or 184830. OLE color: 184830.

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

Color convert

RGB 254 209 2 -
CMYK 0 0.18 0.99 0.00
HSL 49.29º 0.99% 0.5% -
HSV(B) 49.29º 0.99% 1% -
XYZ 63.68 66.68 9.57 -
YUV 198.86 16.91 167.33 -
System Red Green Blue C M Y K H S L
Decimal 254 209 2 0 0.18 0.99 0.00 49.29 0.99 0.5
Hex FE D1 2 0 12 63 0 31 63 32
Octal 376 321 2 0 22 143 0 61 143 62
Binary 11111110 11010001 10 0 10010 1100011 0 110001 1100011 110010

Color Harmonies of #FED102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED102

Black with #FED102

Text Example


Text Example

White with #FED102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED102; }

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

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

background-color css

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

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

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

border-color css

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

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

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