Html Css Color HEX #FDD006 Tangerine Yellow

📋 copy color: '#FDD006'

red 253 ◦ green 208 ◦ blue 6

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

Shades of Tangerine Yellow #FDD006

Tints of Tangerine Yellow #FDD006

RGB

 RED value IS 253 (99.22% from 255) = 54.18%

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

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

R = 54.18%
G = 44.54%
B = 1.28%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FDD006 (or 0xFDD006) is known color: Tangerine Yellow. HEX triplet: FD, D0 and 06. RGB value is (253,208,6). Sum of RGB (Red+Green+Blue) = 253+208+6=467 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.18% from 467); Green value is 208 (81.64% from 255 or 44.54% from 467); Blue value is 6 (2.73% from 255 or 1.28% from 467); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD006 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD006 is #022FF9. Grayscale: #C7C7C7. Windows color (decimal): -143354 or 446717. OLE color: 446717.

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

Color convert

RGB 253 208 6 -
CMYK 0 0.18 0.98 0.01
HSL 49.07º 0.98% 0.51% -
HSV(B) 49.07º 0.98% 0.99% -
XYZ 63.1 66.01 9.59 -
YUV 198.43 19.41 166.93 -
System Red Green Blue C M Y K H S L
Decimal 253 208 6 0 0.18 0.98 0.01 49.07 0.98 0.51
Hex FD D0 6 0 12 62 1 31 62 33
Octal 375 320 6 0 22 142 1 61 142 63
Binary 11111101 11010000 110 0 10010 1100010 1 110001 1100010 110011

Color Harmonies of #FDD006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD006

Black with #FDD006

Text Example


Text Example

White with #FDD006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD006; }

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

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

background-color css

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

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

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

border-color css

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

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

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