Html Css Color HEX #FED70D Gold

📋 copy color: '#FED70D'

red 254 ◦ green 215 ◦ blue 13

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

Shades of Gold #FED70D

Tints of Gold #FED70D

RGB

 RED value IS 254 (99.61% from 255) = 52.7%

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

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

R = 52.7%
G = 44.61%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FED70D (or 0xFED70D) is known color: Gold. HEX triplet: FE, D7 and 0D. RGB value is (254,215,13). Sum of RGB (Red+Green+Blue) = 254+215+13=482 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.70% from 482); Green value is 215 (84.38% from 255 or 44.61% from 482); Blue value is 13 (5.47% from 255 or 2.70% from 482); Max value from RGB is 254 - color contains mainly: red. Hex color #FED70D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED70D is #0128F2. Grayscale: #CCCCCC. Windows color (decimal): -76019 or 907262. OLE color: 907262.

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

Color convert

RGB 254 215 13 -
CMYK 0 0.15 0.95 0.00
HSL 50.29º 0.99% 0.52% -
HSV(B) 50.29º 0.95% 1% -
XYZ 65.25 69.7 10.4 -
YUV 203.63 20.42 163.93 -
System Red Green Blue C M Y K H S L
Decimal 254 215 13 0 0.15 0.95 0.00 50.29 0.99 0.52
Hex FE D7 D 0 F 5F 0 32 63 34
Octal 376 327 15 0 17 137 0 62 143 64
Binary 11111110 11010111 1101 0 1111 1011111 0 110010 1100011 110100

Color Harmonies of #FED70D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED70D

Black with #FED70D

Text Example


Text Example

White with #FED70D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED70D; }

 p { color: rgb(254,215,13); }

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

background-color css

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

 a { background-color: rgb(254,215,13); }

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

border-color css

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

 span { border-color: rgb(254,215,13); }

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