Html Css Color HEX #FED006 Tangerine Yellow

📋 copy color: '#FED006'

red 254 ◦ green 208 ◦ blue 6

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

Shades of Tangerine Yellow #FED006

Tints of Tangerine Yellow #FED006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.28%

R = 54.27%
G = 44.44%
B = 1.28%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#FED006 (or 0xFED006) is known color: Tangerine Yellow. HEX triplet: FE, D0 and 06. RGB value is (254,208,6). Sum of RGB (Red+Green+Blue) = 254+208+6=468 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.27% from 468); Green value is 208 (81.64% from 255 or 44.44% from 468); Blue value is 6 (2.73% from 255 or 1.28% from 468); Max value from RGB is 254 - color contains mainly: red. Hex color #FED006 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED006 is #012FF9. Grayscale: #C7C7C7. Windows color (decimal): -77818 or 446718. OLE color: 446718.

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

Color convert

RGB 254 208 6 -
CMYK 0 0.18 0.98 0.00
HSL 48.87º 0.99% 0.51% -
HSV(B) 48.87º 0.98% 1% -
XYZ 63.46 66.2 9.6 -
YUV 198.73 19.24 167.43 -
System Red Green Blue C M Y K H S L
Decimal 254 208 6 0 0.18 0.98 0.00 48.87 0.99 0.51
Hex FE D0 6 0 12 62 0 31 63 33
Octal 376 320 6 0 22 142 0 61 143 63
Binary 11111110 11010000 110 0 10010 1100010 0 110001 1100011 110011

Color Harmonies of #FED006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED006

Black with #FED006

Text Example


Text Example

White with #FED006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED006; }

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

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

background-color css

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

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

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

border-color css

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

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

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