Html Css Color HEX #FDD110 Tangerine Yellow

📋 copy color: '#FDD110'

red 253 ◦ green 209 ◦ blue 16

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

Shades of Tangerine Yellow #FDD110

Tints of Tangerine Yellow #FDD110

RGB

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

 GREEN value IS 209 (82.03% from 255) = 43.72%

 BLUE value IS 16 (6.64% from 255) = 3.35%

R = 52.93%
G = 43.72%
B = 3.35%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FDD110 (or 0xFDD110) is known color: Tangerine Yellow. HEX triplet: FD, D1 and 10. RGB value is (253,209,16). Sum of RGB (Red+Green+Blue) = 253+209+16=478 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.93% from 478); Green value is 209 (82.03% from 255 or 43.72% from 478); Blue value is 16 (6.64% from 255 or 3.35% from 478); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD110 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD110 is #022EEF. Grayscale: #C8C8C8. Windows color (decimal): -143088 or 1102333. OLE color: 1102333.

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

Color convert

RGB 253 209 16 -
CMYK 0 0.17 0.94 0.01
HSL 48.86º 0.98% 0.53% -
HSV(B) 48.86º 0.94% 0.99% -
XYZ 63.4 66.52 9.99 -
YUV 200.15 24.08 165.69 -
System Red Green Blue C M Y K H S L
Decimal 253 209 16 0 0.17 0.94 0.01 48.86 0.98 0.53
Hex FD D1 10 0 11 5E 1 31 62 35
Octal 375 321 20 0 21 136 1 61 142 65
Binary 11111101 11010001 10000 0 10001 1011110 1 110001 1100010 110101

Color Harmonies of #FDD110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD110

Black with #FDD110

Text Example


Text Example

White with #FDD110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD110; }

 p { color: rgb(253,209,16); }

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

background-color css

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

 a { background-color: rgb(253,209,16); }

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

border-color css

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

 span { border-color: rgb(253,209,16); }

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