Html Css Color HEX #FDD10C Tangerine Yellow

📋 copy color: '#FDD10C'

red 253 ◦ green 209 ◦ blue 12

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

Shades of Tangerine Yellow #FDD10C

Tints of Tangerine Yellow #FDD10C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.53%

R = 53.38%
G = 44.09%
B = 2.53%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FDD10C (or 0xFDD10C) is known color: Tangerine Yellow. HEX triplet: FD, D1 and 0C. RGB value is (253,209,12). Sum of RGB (Red+Green+Blue) = 253+209+12=474 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.38% from 474); Green value is 209 (82.03% from 255 or 44.09% from 474); Blue value is 12 (5.08% from 255 or 2.53% from 474); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD10C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD10C is #022EF3. Grayscale: #C8C8C8. Windows color (decimal): -143092 or 840189. OLE color: 840189.

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

Color convert

RGB 253 209 12 -
CMYK 0 0.17 0.95 0.01
HSL 49.05º 0.98% 0.52% -
HSV(B) 49.05º 0.95% 0.99% -
XYZ 63.37 66.51 9.85 -
YUV 199.7 22.08 166.02 -
System Red Green Blue C M Y K H S L
Decimal 253 209 12 0 0.17 0.95 0.01 49.05 0.98 0.52
Hex FD D1 C 0 11 5F 1 31 62 34
Octal 375 321 14 0 21 137 1 61 142 64
Binary 11111101 11010001 1100 0 10001 1011111 1 110001 1100010 110100

Color Harmonies of #FDD10C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD10C

Black with #FDD10C

Text Example


Text Example

White with #FDD10C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD10C; }

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

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

background-color css

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

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

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

border-color css

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

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

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