Html Css Color HEX #FDCD0C Tangerine Yellow

📋 copy color: '#FDCD0C'

red 253 ◦ green 205 ◦ blue 12

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

Shades of Tangerine Yellow #FDCD0C

Tints of Tangerine Yellow #FDCD0C

RGB

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

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

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

R = 53.83%
G = 43.62%
B = 2.55%

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

#FDCD0C (or 0xFDCD0C) is known color: Tangerine Yellow. HEX triplet: FD, CD and 0C. RGB value is (253,205,12). Sum of RGB (Red+Green+Blue) = 253+205+12=470 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.83% from 470); Green value is 205 (80.47% from 255 or 43.62% from 470); Blue value is 12 (5.08% from 255 or 2.55% from 470); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCD0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDCD0C is #0232F3. Grayscale: #C6C6C6. Windows color (decimal): -144116 or 839165. OLE color: 839165.

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

Color convert

RGB 253 205 12 -
CMYK 0 0.19 0.95 0.01
HSL 48.05º 0.98% 0.52% -
HSV(B) 48.05º 0.95% 0.99% -
XYZ 62.41 64.57 9.52 -
YUV 197.35 23.4 167.69 -
System Red Green Blue C M Y K H S L
Decimal 253 205 12 0 0.19 0.95 0.01 48.05 0.98 0.52
Hex FD CD C 0 13 5F 1 30 62 34
Octal 375 315 14 0 23 137 1 60 142 64
Binary 11111101 11001101 1100 0 10011 1011111 1 110000 1100010 110100

Color Harmonies of #FDCD0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCD0C

Black with #FDCD0C

Text Example


Text Example

White with #FDCD0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCD0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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