Html Css Color HEX #F6D30E Gold

📋 copy color: '#F6D30E'

red 246 ◦ green 211 ◦ blue 14

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

Shades of Gold #F6D30E

Tints of Gold #F6D30E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 2.97%

R = 52.23%
G = 44.8%
B = 2.97%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#F6D30E (or 0xF6D30E) is known color: Gold. HEX triplet: F6, D3 and 0E. RGB value is (246,211,14). Sum of RGB (Red+Green+Blue) = 246+211+14=471 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.23% from 471); Green value is 211 (82.81% from 255 or 44.80% from 471); Blue value is 14 (5.86% from 255 or 2.97% from 471); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D30E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6D30E is #092CF1. Grayscale: #C7C7C7. Windows color (decimal): -601330 or 971766. OLE color: 971766.

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

Color convert

RGB 246 211 14 -
CMYK 0 0.14 0.94 0.04
HSL 50.95º 0.93% 0.51% -
HSV(B) 50.95º 0.94% 0.96% -
XYZ 61.38 66.21 9.96 -
YUV 199.01 23.6 161.52 -
System Red Green Blue C M Y K H S L
Decimal 246 211 14 0 0.14 0.94 0.04 50.95 0.93 0.51
Hex F6 D3 E 0 E 5E 4 33 5D 33
Octal 366 323 16 0 16 136 4 63 135 63
Binary 11110110 11010011 1110 0 1110 1011110 100 110011 1011101 110011

Color Harmonies of #F6D30E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D30E

Black with #F6D30E

Text Example


Text Example

White with #F6D30E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D30E; }

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

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

background-color css

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

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

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

border-color css

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

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

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