Html Css Color HEX #F6CC2A Golden Dream

📋 copy color: '#F6CC2A'

red 246 ◦ green 204 ◦ blue 42

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

Shades of Golden Dream #F6CC2A

Tints of Golden Dream #F6CC2A

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.46%

 BLUE value IS 42 (16.8% from 255) = 8.54%

R = 50%
G = 41.46%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.83

 K value IS 0.04

RGB Variations

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

Color information

#F6CC2A (or 0xF6CC2A) is known color: Golden Dream. HEX triplet: F6, CC and 2A. RGB value is (246,204,42). Sum of RGB (Red+Green+Blue) = 246+204+42=492 (65% of max value = 765). Red value is 246 (96.48% from 255 or 50% from 492); Green value is 204 (80.08% from 255 or 41.46% from 492); Blue value is 42 (16.80% from 255 or 8.54% from 492); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CC2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6CC2A is #0933D5. Grayscale: #C6C6C6. Windows color (decimal): -603094 or 2804982. OLE color: 2804982.

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

Color convert

RGB 246 204 42 -
CMYK 0 0.17 0.83 0.04
HSL 47.65º 0.92% 0.56% -
HSV(B) 47.65º 0.83% 0.96% -
XYZ 60.02 62.95 11.18 -
YUV 198.09 39.91 162.17 -
System Red Green Blue C M Y K H S L
Decimal 246 204 42 0 0.17 0.83 0.04 47.65 0.92 0.56
Hex F6 CC 2A 0 11 53 4 30 5C 38
Octal 366 314 52 0 21 123 4 60 134 70
Binary 11110110 11001100 101010 0 10001 1010011 100 110000 1011100 111000

Color Harmonies of #F6CC2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6CC2A

Black with #F6CC2A

Text Example


Text Example

White with #F6CC2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6CC2A; }

 p { color: rgb(246,204,42); }

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

background-color css

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

 a { background-color: rgb(246,204,42); }

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

border-color css

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

 span { border-color: rgb(246,204,42); }

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