Html Css Color HEX #FFD006 Tangerine Yellow

📋 copy color: '#FFD006'

red 255 ◦ green 208 ◦ blue 6

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

Shades of Tangerine Yellow #FFD006

Tints of Tangerine Yellow #FFD006

RGB

 RED value IS 255 (100% from 255) = 54.37%

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

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

R = 54.37%
G = 44.35%
B = 1.28%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FFD006 (or 0xFFD006) is known color: Tangerine Yellow. HEX triplet: FF, D0 and 06. RGB value is (255,208,6). Sum of RGB (Red+Green+Blue) = 255+208+6=469 (62% of max value = 765). Red value is 255 (100% from 255 or 54.37% from 469); Green value is 208 (81.64% from 255 or 44.35% from 469); Blue value is 6 (2.73% from 255 or 1.28% from 469); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD006 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD006 is #002FF9. Grayscale: #C7C7C7. Windows color (decimal): -12282 or 446719. OLE color: 446719.

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

Color convert

RGB 255 208 6 -
CMYK 0 0.18 0.98 0
HSL 48.67º 1% 0.51% -
HSV(B) 48.67º 0.98% 1% -
XYZ 63.83 66.38 9.62 -
YUV 199.03 19.07 167.93 -
System Red Green Blue C M Y K H S L
Decimal 255 208 6 0 0.18 0.98 0 48.67 1 0.51
Hex FF D0 6 0 12 62 0 31 64 33
Octal 377 320 6 0 22 142 0 61 144 63
Binary 11111111 11010000 110 0 10010 1100010 0 110001 1100100 110011

Color Harmonies of #FFD006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD006

Black with #FFD006

Text Example


Text Example

White with #FFD006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD006; }

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

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

background-color css

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

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

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

border-color css

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

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

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