Html Css Color HEX #FDCE12 Tangerine Yellow

📋 copy color: '#FDCE12'

red 253 ◦ green 206 ◦ blue 18

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

Shades of Tangerine Yellow #FDCE12

Tints of Tangerine Yellow #FDCE12

RGB

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

 GREEN value IS 206 (80.86% from 255) = 43.19%

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

R = 53.04%
G = 43.19%
B = 3.77%

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

#FDCE12 (or 0xFDCE12) is known color: Tangerine Yellow. HEX triplet: FD, CE and 12. RGB value is (253,206,18). Sum of RGB (Red+Green+Blue) = 253+206+18=477 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.04% from 477); Green value is 206 (80.86% from 255 or 43.19% from 477); Blue value is 18 (7.42% from 255 or 3.77% from 477); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCE12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDCE12 is #0231ED. Grayscale: #C7C7C7. Windows color (decimal): -143854 or 1232637. OLE color: 1232637.

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

Color convert

RGB 253 206 18 -
CMYK 0 0.19 0.93 0.01
HSL 48º 0.98% 0.53% -
HSV(B) 48º 0.93% 0.99% -
XYZ 62.69 65.07 9.83 -
YUV 198.62 26.07 166.79 -
System Red Green Blue C M Y K H S L
Decimal 253 206 18 0 0.19 0.93 0.01 48 0.98 0.53
Hex FD CE 12 0 13 5D 1 30 62 35
Octal 375 316 22 0 23 135 1 60 142 65
Binary 11111101 11001110 10010 0 10011 1011101 1 110000 1100010 110101

Color Harmonies of #FDCE12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCE12

Black with #FDCE12

Text Example


Text Example

White with #FDCE12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCE12; }

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

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

background-color css

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

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

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

border-color css

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

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

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