Html Css Color HEX #F6DC0C Golden Yellow

📋 copy color: '#F6DC0C'

red 246 ◦ green 220 ◦ blue 12

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

Shades of Golden Yellow #F6DC0C

Tints of Golden Yellow #F6DC0C

RGB

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

 GREEN value IS 220 (86.33% from 255) = 46.03%

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

R = 51.46%
G = 46.03%
B = 2.51%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F6DC0C (or 0xF6DC0C) is known color: Golden Yellow. HEX triplet: F6, DC and 0C. RGB value is (246,220,12). Sum of RGB (Red+Green+Blue) = 246+220+12=478 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.46% from 478); Green value is 220 (86.33% from 255 or 46.03% from 478); Blue value is 12 (5.08% from 255 or 2.51% from 478); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DC0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6DC0C is #0923F3. Grayscale: #CCCCCC. Windows color (decimal): -599028 or 842998. OLE color: 842998.

HSL color Cylindrical-coordinate representation of color #F6DC0C: hue angle of 53.33º 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 #F6DC0C is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 220 12 -
CMYK 0 0.11 0.95 0.04
HSL 53.33º 0.93% 0.51% -
HSV(B) 53.33º 0.95% 0.96% -
XYZ 63.67 70.81 10.66 -
YUV 204.06 19.61 157.91 -
System Red Green Blue C M Y K H S L
Decimal 246 220 12 0 0.11 0.95 0.04 53.33 0.93 0.51
Hex F6 DC C 0 B 5F 4 35 5D 33
Octal 366 334 14 0 13 137 4 65 135 63
Binary 11110110 11011100 1100 0 1011 1011111 100 110101 1011101 110011

Color Harmonies of #F6DC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6DC0C

Black with #F6DC0C

Text Example


Text Example

White with #F6DC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6DC0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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