Html Css Color HEX #FDCD11 Tangerine Yellow

📋 copy color: '#FDCD11'

red 253 ◦ green 205 ◦ blue 17

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

Shades of Tangerine Yellow #FDCD11

Tints of Tangerine Yellow #FDCD11

RGB

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

 GREEN value IS 205 (80.47% from 255) = 43.16%

 BLUE value IS 17 (7.03% from 255) = 3.58%

R = 53.26%
G = 43.16%
B = 3.58%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FDCD11 (or 0xFDCD11) is known color: Tangerine Yellow. HEX triplet: FD, CD and 11. RGB value is (253,205,17). Sum of RGB (Red+Green+Blue) = 253+205+17=475 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.26% from 475); Green value is 205 (80.47% from 255 or 43.16% from 475); Blue value is 17 (7.03% from 255 or 3.58% from 475); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCD11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDCD11 is #0232EE. Grayscale: #C6C6C6. Windows color (decimal): -144111 or 1166845. OLE color: 1166845.

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

Color convert

RGB 253 205 17 -
CMYK 0 0.19 0.93 0.01
HSL 47.8º 0.98% 0.53% -
HSV(B) 47.8º 0.93% 0.99% -
XYZ 62.44 64.59 9.71 -
YUV 197.92 25.9 167.29 -
System Red Green Blue C M Y K H S L
Decimal 253 205 17 0 0.19 0.93 0.01 47.8 0.98 0.53
Hex FD CD 11 0 13 5D 1 30 62 35
Octal 375 315 21 0 23 135 1 60 142 65
Binary 11111101 11001101 10001 0 10011 1011101 1 110000 1100010 110101

Color Harmonies of #FDCD11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCD11

Black with #FDCD11

Text Example


Text Example

White with #FDCD11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCD11; }

 p { color: rgb(253,205,17); }

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

background-color css

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

 a { background-color: rgb(253,205,17); }

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

border-color css

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

 span { border-color: rgb(253,205,17); }

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