Html Css Color HEX #F5D30C Gold

📋 copy color: '#F5D30C'

red 245 ◦ green 211 ◦ blue 12

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

Shades of Gold #F5D30C

Tints of Gold #F5D30C

RGB

 RED value IS 245 (96.09% from 255) = 52.35%

 GREEN value IS 211 (82.81% from 255) = 45.09%

 BLUE value IS 12 (5.08% from 255) = 2.56%

R = 52.35%
G = 45.09%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F5D30C (or 0xF5D30C) is known color: Gold. HEX triplet: F5, D3 and 0C. RGB value is (245,211,12). Sum of RGB (Red+Green+Blue) = 245+211+12=468 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.35% from 468); Green value is 211 (82.81% from 255 or 45.09% from 468); Blue value is 12 (5.08% from 255 or 2.56% from 468); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D30C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5D30C is #0A2CF3. Grayscale: #C7C7C7. Windows color (decimal): -666868 or 840693. OLE color: 840693.

HSL color Cylindrical-coordinate representation of color #F5D30C: hue angle of 51.24º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F5D30C is Cyan = 0, Magento = 0.14, Yellow = 0.95 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 211 12 -
CMYK 0 0.14 0.95 0.04
HSL 51.24º 0.92% 0.5% -
HSV(B) 51.24º 0.95% 0.96% -
XYZ 61.02 66.03 9.88 -
YUV 198.48 22.76 161.18 -
System Red Green Blue C M Y K H S L
Decimal 245 211 12 0 0.14 0.95 0.04 51.24 0.92 0.5
Hex F5 D3 C 0 E 5F 4 33 5C 32
Octal 365 323 14 0 16 137 4 63 134 62
Binary 11110101 11010011 1100 0 1110 1011111 100 110011 1011100 110010

Color Harmonies of #F5D30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D30C

Black with #F5D30C

Text Example


Text Example

White with #F5D30C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D30C; }

 p { color: rgb(245,211,12); }

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

background-color css

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

 a { background-color: rgb(245,211,12); }

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

border-color css

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

 span { border-color: rgb(245,211,12); }

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