Html Css Color HEX #FED10D Tangerine Yellow

📋 copy color: '#FED10D'

red 254 ◦ green 209 ◦ blue 13

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

Shades of Tangerine Yellow #FED10D

Tints of Tangerine Yellow #FED10D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.73%

R = 53.36%
G = 43.91%
B = 2.73%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FED10D (or 0xFED10D) is known color: Tangerine Yellow. HEX triplet: FE, D1 and 0D. RGB value is (254,209,13). Sum of RGB (Red+Green+Blue) = 254+209+13=476 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.36% from 476); Green value is 209 (82.03% from 255 or 43.91% from 476); Blue value is 13 (5.47% from 255 or 2.73% from 476); Max value from RGB is 254 - color contains mainly: red. Hex color #FED10D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED10D is #012EF2. Grayscale: #C8C8C8. Windows color (decimal): -77555 or 905726. OLE color: 905726.

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

Color convert

RGB 254 209 13 -
CMYK 0 0.18 0.95 0.00
HSL 48.8º 0.99% 0.52% -
HSV(B) 48.8º 0.95% 1% -
XYZ 63.75 66.7 9.9 -
YUV 200.11 22.41 166.44 -
System Red Green Blue C M Y K H S L
Decimal 254 209 13 0 0.18 0.95 0.00 48.8 0.99 0.52
Hex FE D1 D 0 12 5F 0 31 63 34
Octal 376 321 15 0 22 137 0 61 143 64
Binary 11111110 11010001 1101 0 10010 1011111 0 110001 1100011 110100

Color Harmonies of #FED10D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED10D

Black with #FED10D

Text Example


Text Example

White with #FED10D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED10D; }

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

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

background-color css

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

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

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

border-color css

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

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

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