Html Css Color HEX #FDCD12 Tangerine Yellow

📋 copy color: '#FDCD12'

red 253 ◦ green 205 ◦ blue 18

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

Shades of Tangerine Yellow #FDCD12

Tints of Tangerine Yellow #FDCD12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.78%

R = 53.15%
G = 43.07%
B = 3.78%

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

#FDCD12 (or 0xFDCD12) is known color: Tangerine Yellow. HEX triplet: FD, CD and 12. RGB value is (253,205,18). Sum of RGB (Red+Green+Blue) = 253+205+18=476 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.15% from 476); Green value is 205 (80.47% from 255 or 43.07% from 476); Blue value is 18 (7.42% from 255 or 3.78% from 476); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCD12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDCD12 is #0232ED. Grayscale: #C6C6C6. Windows color (decimal): -144110 or 1232381. OLE color: 1232381.

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

Color convert

RGB 253 205 18 -
CMYK 0 0.19 0.93 0.01
HSL 47.74º 0.98% 0.53% -
HSV(B) 47.74º 0.93% 0.99% -
XYZ 62.45 64.59 9.75 -
YUV 198.03 26.4 167.21 -
System Red Green Blue C M Y K H S L
Decimal 253 205 18 0 0.19 0.93 0.01 47.74 0.98 0.53
Hex FD CD 12 0 13 5D 1 30 62 35
Octal 375 315 22 0 23 135 1 60 142 65
Binary 11111101 11001101 10010 0 10011 1011101 1 110000 1100010 110101

Color Harmonies of #FDCD12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCD12

Black with #FDCD12

Text Example


Text Example

White with #FDCD12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCD12; }

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

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

background-color css

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

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

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

border-color css

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

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

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