Html Css Color HEX #F0D400 Gold

📋 copy color: '#F0D400'

red 240 ◦ green 212 ◦ blue 0

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

Shades of Gold #F0D400

Tints of Gold #F0D400

RGB

 RED value IS 240 (94.14% from 255) = 53.1%

 GREEN value IS 212 (83.2% from 255) = 46.9%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.1%
G = 46.9%
B = 0%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#F0D400 (or 0xF0D400) is known color: Gold. HEX triplet: F0, D4 and 00. RGB value is (240,212,0). Sum of RGB (Red+Green+Blue) = 240+212+0=452 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.10% from 452); Green value is 212 (83.20% from 255 or 46.90% from 452); Blue value is 0 (0.39% from 255 or 0% from 452); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D400 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0D400 is #0F2BFF. Grayscale: #C5C5C5. Windows color (decimal): -994304 or 54512. OLE color: 54512.

HSL color Cylindrical-coordinate representation of color #F0D400: hue angle of 53º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F0D400 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 212 0 -
CMYK 0 0.12 1 0.06
HSL 53º 1% 0.47% -
HSV(B) 53º 1% 0.94% -
XYZ 59.48 65.61 9.53 -
YUV 196.2 17.28 159.24 -
System Red Green Blue C M Y K H S L
Decimal 240 212 0 0 0.12 1 0.06 53 1 0.47
Hex F0 D4 0 0 C 64 6 35 64 2F
Octal 360 324 0 0 14 144 6 65 144 57
Binary 11110000 11010100 0 0 1100 1100100 110 110101 1100100 101111

Color Harmonies of #F0D400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D400

Black with #F0D400

Text Example


Text Example

White with #F0D400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D400; }

 p { color: rgb(240,212,0); }

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

background-color css

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

 a { background-color: rgb(240,212,0); }

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

border-color css

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

 span { border-color: rgb(240,212,0); }

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