Html Css Color HEX #FDC806 Tangerine Yellow

📋 copy color: '#FDC806'

red 253 ◦ green 200 ◦ blue 6

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

Shades of Tangerine Yellow #FDC806

Tints of Tangerine Yellow #FDC806

RGB

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

 GREEN value IS 200 (78.52% from 255) = 43.57%

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

R = 55.12%
G = 43.57%
B = 1.31%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FDC806 (or 0xFDC806) is known color: Tangerine Yellow. HEX triplet: FD, C8 and 06. RGB value is (253,200,6). Sum of RGB (Red+Green+Blue) = 253+200+6=459 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.12% from 459); Green value is 200 (78.52% from 255 or 43.57% from 459); Blue value is 6 (2.73% from 255 or 1.31% from 459); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC806 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC806 is #0237F9. Grayscale: #C2C2C2. Windows color (decimal): -145402 or 444669. OLE color: 444669.

HSL color Cylindrical-coordinate representation of color #FDC806: hue angle of 47.13º 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 #FDC806 is Cyan = 0, Magento = 0.21, Yellow = 0.98 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 200 6 -
CMYK 0 0.21 0.98 0.01
HSL 47.13º 0.98% 0.51% -
HSV(B) 47.13º 0.98% 0.99% -
XYZ 61.2 62.2 8.95 -
YUV 193.73 22.06 170.27 -
System Red Green Blue C M Y K H S L
Decimal 253 200 6 0 0.21 0.98 0.01 47.13 0.98 0.51
Hex FD C8 6 0 15 62 1 2F 62 33
Octal 375 310 6 0 25 142 1 57 142 63
Binary 11111101 11001000 110 0 10101 1100010 1 101111 1100010 110011

Color Harmonies of #FDC806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC806

Black with #FDC806

Text Example


Text Example

White with #FDC806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC806; }

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

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

background-color css

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

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

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

border-color css

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

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

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