Html Css Color HEX #FDD70E Gold

📋 copy color: '#FDD70E'

red 253 ◦ green 215 ◦ blue 14

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

Shades of Gold #FDD70E

Tints of Gold #FDD70E

RGB

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

 GREEN value IS 215 (84.38% from 255) = 44.61%

 BLUE value IS 14 (5.86% from 255) = 2.9%

R = 52.49%
G = 44.61%
B = 2.9%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FDD70E (or 0xFDD70E) is known color: Gold. HEX triplet: FD, D7 and 0E. RGB value is (253,215,14). Sum of RGB (Red+Green+Blue) = 253+215+14=482 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.49% from 482); Green value is 215 (84.38% from 255 or 44.61% from 482); Blue value is 14 (5.86% from 255 or 2.90% from 482); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD70E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD70E is #0228F1. Grayscale: #CCCCCC. Windows color (decimal): -141554 or 972797. OLE color: 972797.

HSL color Cylindrical-coordinate representation of color #FDD70E: hue angle of 50.46º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FDD70E is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 215 14 -
CMYK 0 0.15 0.94 0.01
HSL 50.46º 0.98% 0.52% -
HSV(B) 50.46º 0.94% 0.99% -
XYZ 64.89 69.52 10.41 -
YUV 203.45 21.09 163.34 -
System Red Green Blue C M Y K H S L
Decimal 253 215 14 0 0.15 0.94 0.01 50.46 0.98 0.52
Hex FD D7 E 0 F 5E 1 32 62 34
Octal 375 327 16 0 17 136 1 62 142 64
Binary 11111101 11010111 1110 0 1111 1011110 1 110010 1100010 110100

Color Harmonies of #FDD70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD70E

Black with #FDD70E

Text Example


Text Example

White with #FDD70E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD70E; }

 p { color: rgb(253,215,14); }

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

background-color css

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

 a { background-color: rgb(253,215,14); }

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

border-color css

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

 span { border-color: rgb(253,215,14); }

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