Html Css Color HEX #FDC80D Tangerine Yellow

📋 copy color: '#FDC80D'

red 253 ◦ green 200 ◦ blue 13

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

Shades of Tangerine Yellow #FDC80D

Tints of Tangerine Yellow #FDC80D

RGB

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

 GREEN value IS 200 (78.52% from 255) = 42.92%

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

R = 54.29%
G = 42.92%
B = 2.79%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FDC80D (or 0xFDC80D) is known color: Tangerine Yellow. HEX triplet: FD, C8 and 0D. RGB value is (253,200,13). Sum of RGB (Red+Green+Blue) = 253+200+13=466 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.29% from 466); Green value is 200 (78.52% from 255 or 42.92% from 466); Blue value is 13 (5.47% from 255 or 2.79% from 466); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC80D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC80D is #0237F2. Grayscale: #C3C3C3. Windows color (decimal): -145395 or 903421. OLE color: 903421.

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

Color convert

RGB 253 200 13 -
CMYK 0 0.21 0.95 0.01
HSL 46.75º 0.98% 0.52% -
HSV(B) 46.75º 0.95% 0.99% -
XYZ 61.23 62.22 9.16 -
YUV 194.53 25.56 169.71 -
System Red Green Blue C M Y K H S L
Decimal 253 200 13 0 0.21 0.95 0.01 46.75 0.98 0.52
Hex FD C8 D 0 15 5F 1 2F 62 34
Octal 375 310 15 0 25 137 1 57 142 64
Binary 11111101 11001000 1101 0 10101 1011111 1 101111 1100010 110100

Color Harmonies of #FDC80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC80D

Black with #FDC80D

Text Example


Text Example

White with #FDC80D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC80D; }

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

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

background-color css

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

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

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

border-color css

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

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

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