Html Css Color HEX #FED10F Tangerine Yellow

📋 copy color: '#FED10F'

red 254 ◦ green 209 ◦ blue 15

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

Shades of Tangerine Yellow #FED10F

Tints of Tangerine Yellow #FED10F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.14%

R = 53.14%
G = 43.72%
B = 3.14%

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

#FED10F (or 0xFED10F) is known color: Tangerine Yellow. HEX triplet: FE, D1 and 0F. RGB value is (254,209,15). Sum of RGB (Red+Green+Blue) = 254+209+15=478 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.14% from 478); Green value is 209 (82.03% from 255 or 43.72% from 478); Blue value is 15 (6.25% from 255 or 3.14% from 478); Max value from RGB is 254 - color contains mainly: red. Hex color #FED10F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED10F is #012EF0. Grayscale: #C9C9C9. Windows color (decimal): -77553 or 1036798. OLE color: 1036798.

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

Color convert

RGB 254 209 15 -
CMYK 0 0.18 0.94 0.00
HSL 48.7º 0.99% 0.53% -
HSV(B) 48.7º 0.94% 1% -
XYZ 63.76 66.71 9.97 -
YUV 200.34 23.41 166.27 -
System Red Green Blue C M Y K H S L
Decimal 254 209 15 0 0.18 0.94 0.00 48.7 0.99 0.53
Hex FE D1 F 0 12 5E 0 31 63 35
Octal 376 321 17 0 22 136 0 61 143 65
Binary 11111110 11010001 1111 0 10010 1011110 0 110001 1100011 110101

Color Harmonies of #FED10F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED10F

Black with #FED10F

Text Example


Text Example

White with #FED10F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED10F; }

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

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

background-color css

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

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

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

border-color css

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

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

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