Html Css Color HEX #F6D30C Gold

📋 copy color: '#F6D30C'

red 246 ◦ green 211 ◦ blue 12

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

Shades of Gold #F6D30C

Tints of Gold #F6D30C

RGB

 RED value IS 246 (96.48% from 255) = 52.45%

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

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

R = 52.45%
G = 44.99%
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

#F6D30C (or 0xF6D30C) is known color: Gold. HEX triplet: F6, D3 and 0C. RGB value is (246,211,12). Sum of RGB (Red+Green+Blue) = 246+211+12=469 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.45% from 469); Green value is 211 (82.81% from 255 or 44.99% from 469); Blue value is 12 (5.08% from 255 or 2.56% from 469); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D30C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6D30C is #092CF3. Grayscale: #C7C7C7. Windows color (decimal): -601332 or 840694. OLE color: 840694.

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

Color convert

RGB 246 211 12 -
CMYK 0 0.14 0.95 0.04
HSL 51.03º 0.93% 0.51% -
HSV(B) 51.03º 0.95% 0.96% -
XYZ 61.37 66.21 9.89 -
YUV 198.78 22.6 161.68 -
System Red Green Blue C M Y K H S L
Decimal 246 211 12 0 0.14 0.95 0.04 51.03 0.93 0.51
Hex F6 D3 C 0 E 5F 4 33 5D 33
Octal 366 323 14 0 16 137 4 63 135 63
Binary 11110110 11010011 1100 0 1110 1011111 100 110011 1011101 110011

Color Harmonies of #F6D30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D30C

Black with #F6D30C

Text Example


Text Example

White with #F6D30C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D30C; }

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

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

background-color css

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

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

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

border-color css

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

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

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