Html Css Color HEX #FED00A Tangerine Yellow

📋 copy color: '#FED00A'

red 254 ◦ green 208 ◦ blue 10

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

Shades of Tangerine Yellow #FED00A

Tints of Tangerine Yellow #FED00A

RGB

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

 GREEN value IS 208 (81.64% from 255) = 44.07%

 BLUE value IS 10 (4.3% from 255) = 2.12%

R = 53.81%
G = 44.07%
B = 2.12%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FED00A (or 0xFED00A) is known color: Tangerine Yellow. HEX triplet: FE, D0 and 0A. RGB value is (254,208,10). Sum of RGB (Red+Green+Blue) = 254+208+10=472 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.81% from 472); Green value is 208 (81.64% from 255 or 44.07% from 472); Blue value is 10 (4.30% from 255 or 2.12% from 472); Max value from RGB is 254 - color contains mainly: red. Hex color #FED00A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED00A is #012FF5. Grayscale: #C8C8C8. Windows color (decimal): -77814 or 708862. OLE color: 708862.

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

Color convert

RGB 254 208 10 -
CMYK 0 0.18 0.96 0.00
HSL 48.69º 0.99% 0.52% -
HSV(B) 48.69º 0.96% 1% -
XYZ 63.48 66.2 9.72 -
YUV 199.18 21.24 167.1 -
System Red Green Blue C M Y K H S L
Decimal 254 208 10 0 0.18 0.96 0.00 48.69 0.99 0.52
Hex FE D0 A 0 12 60 0 31 63 34
Octal 376 320 12 0 22 140 0 61 143 64
Binary 11111110 11010000 1010 0 10010 1100000 0 110001 1100011 110100

Color Harmonies of #FED00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED00A

Black with #FED00A

Text Example


Text Example

White with #FED00A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED00A; }

 p { color: rgb(254,208,10); }

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

background-color css

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

 a { background-color: rgb(254,208,10); }

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

border-color css

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

 span { border-color: rgb(254,208,10); }

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