Html Css Color HEX #FDCE0D Tangerine Yellow

📋 copy color: '#FDCE0D'

red 253 ◦ green 206 ◦ blue 13

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

Shades of Tangerine Yellow #FDCE0D

Tints of Tangerine Yellow #FDCE0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.75%

R = 53.6%
G = 43.64%
B = 2.75%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FDCE0D (or 0xFDCE0D) is known color: Tangerine Yellow. HEX triplet: FD, CE and 0D. RGB value is (253,206,13). Sum of RGB (Red+Green+Blue) = 253+206+13=472 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.60% from 472); Green value is 206 (80.86% from 255 or 43.64% from 472); Blue value is 13 (5.47% from 255 or 2.75% from 472); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCE0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDCE0D is #0231F2. Grayscale: #C6C6C6. Windows color (decimal): -143859 or 904957. OLE color: 904957.

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

Color convert

RGB 253 206 13 -
CMYK 0 0.19 0.95 0.01
HSL 48.25º 0.98% 0.52% -
HSV(B) 48.25º 0.95% 0.99% -
XYZ 62.65 65.05 9.64 -
YUV 198.05 23.57 167.19 -
System Red Green Blue C M Y K H S L
Decimal 253 206 13 0 0.19 0.95 0.01 48.25 0.98 0.52
Hex FD CE D 0 13 5F 1 30 62 34
Octal 375 316 15 0 23 137 1 60 142 64
Binary 11111101 11001110 1101 0 10011 1011111 1 110000 1100010 110100

Color Harmonies of #FDCE0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCE0D

Black with #FDCE0D

Text Example


Text Example

White with #FDCE0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCE0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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