Html Css Color HEX #FED70F Gold

📋 copy color: '#FED70F'

red 254 ◦ green 215 ◦ blue 15

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

Shades of Gold #FED70F

Tints of Gold #FED70F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.1%

R = 52.48%
G = 44.42%
B = 3.1%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FED70F (or 0xFED70F) is known color: Gold. HEX triplet: FE, D7 and 0F. RGB value is (254,215,15). Sum of RGB (Red+Green+Blue) = 254+215+15=484 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.48% from 484); Green value is 215 (84.38% from 255 or 44.42% from 484); Blue value is 15 (6.25% from 255 or 3.10% from 484); Max value from RGB is 254 - color contains mainly: red. Hex color #FED70F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED70F is #0128F0. Grayscale: #CCCCCC. Windows color (decimal): -76017 or 1038334. OLE color: 1038334.

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

Color convert

RGB 254 215 15 -
CMYK 0 0.15 0.94 0.00
HSL 50.21º 0.99% 0.53% -
HSV(B) 50.21º 0.94% 1% -
XYZ 65.26 69.71 10.47 -
YUV 203.86 21.42 163.76 -
System Red Green Blue C M Y K H S L
Decimal 254 215 15 0 0.15 0.94 0.00 50.21 0.99 0.53
Hex FE D7 F 0 F 5E 0 32 63 35
Octal 376 327 17 0 17 136 0 62 143 65
Binary 11111110 11010111 1111 0 1111 1011110 0 110010 1100011 110101

Color Harmonies of #FED70F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED70F

Black with #FED70F

Text Example


Text Example

White with #FED70F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED70F; }

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

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

background-color css

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

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

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

border-color css

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

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

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