Html Css Color HEX #FDC906 Tangerine Yellow

📋 copy color: '#FDC906'

red 253 ◦ green 201 ◦ blue 6

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

Shades of Tangerine Yellow #FDC906

Tints of Tangerine Yellow #FDC906

RGB

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

 GREEN value IS 201 (78.91% from 255) = 43.7%

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

R = 55%
G = 43.7%
B = 1.3%

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

#FDC906 (or 0xFDC906) is known color: Tangerine Yellow. HEX triplet: FD, C9 and 06. RGB value is (253,201,6). Sum of RGB (Red+Green+Blue) = 253+201+6=460 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55% from 460); Green value is 201 (78.91% from 255 or 43.70% from 460); Blue value is 6 (2.73% from 255 or 1.30% from 460); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC906 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC906 is #0236F9. Grayscale: #C3C3C3. Windows color (decimal): -145146 or 444925. OLE color: 444925.

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

Color convert

RGB 253 201 6 -
CMYK 0 0.21 0.98 0.01
HSL 47.37º 0.98% 0.51% -
HSV(B) 47.37º 0.98% 0.99% -
XYZ 61.43 62.67 9.03 -
YUV 194.32 21.73 169.86 -
System Red Green Blue C M Y K H S L
Decimal 253 201 6 0 0.21 0.98 0.01 47.37 0.98 0.51
Hex FD C9 6 0 15 62 1 2F 62 33
Octal 375 311 6 0 25 142 1 57 142 63
Binary 11111101 11001001 110 0 10101 1100010 1 101111 1100010 110011

Color Harmonies of #FDC906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC906

Black with #FDC906

Text Example


Text Example

White with #FDC906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC906; }

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

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

background-color css

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

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

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

border-color css

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

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

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