Html Css Color HEX #FDCD10 Tangerine Yellow

📋 copy color: '#FDCD10'

red 253 ◦ green 205 ◦ blue 16

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

Shades of Tangerine Yellow #FDCD10

Tints of Tangerine Yellow #FDCD10

RGB

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

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

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

R = 53.38%
G = 43.25%
B = 3.38%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FDCD10 (or 0xFDCD10) is known color: Tangerine Yellow. HEX triplet: FD, CD and 10. RGB value is (253,205,16). Sum of RGB (Red+Green+Blue) = 253+205+16=474 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.38% from 474); Green value is 205 (80.47% from 255 or 43.25% from 474); Blue value is 16 (6.64% from 255 or 3.38% from 474); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCD10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDCD10 is #0232EF. Grayscale: #C6C6C6. Windows color (decimal): -144112 or 1101309. OLE color: 1101309.

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

Color convert

RGB 253 205 16 -
CMYK 0 0.19 0.94 0.01
HSL 47.85º 0.98% 0.53% -
HSV(B) 47.85º 0.94% 0.99% -
XYZ 62.43 64.58 9.67 -
YUV 197.81 25.4 167.37 -
System Red Green Blue C M Y K H S L
Decimal 253 205 16 0 0.19 0.94 0.01 47.85 0.98 0.53
Hex FD CD 10 0 13 5E 1 30 62 35
Octal 375 315 20 0 23 136 1 60 142 65
Binary 11111101 11001101 10000 0 10011 1011110 1 110000 1100010 110101

Color Harmonies of #FDCD10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCD10

Black with #FDCD10

Text Example


Text Example

White with #FDCD10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCD10; }

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

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

background-color css

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

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

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

border-color css

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

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

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