Html Css Color HEX #F6CC2E Golden Dream

📋 copy color: '#F6CC2E'

red 246 ◦ green 204 ◦ blue 46

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

Shades of Golden Dream #F6CC2E

Tints of Golden Dream #F6CC2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 9.27%

R = 49.6%
G = 41.13%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#F6CC2E (or 0xF6CC2E) is known color: Golden Dream. HEX triplet: F6, CC and 2E. RGB value is (246,204,46). Sum of RGB (Red+Green+Blue) = 246+204+46=496 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.60% from 496); Green value is 204 (80.08% from 255 or 41.13% from 496); Blue value is 46 (18.36% from 255 or 9.27% from 496); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CC2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6CC2E is #0933D1. Grayscale: #C7C7C7. Windows color (decimal): -603090 or 3067126. OLE color: 3067126.

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

Color convert

RGB 246 204 46 -
CMYK 0 0.17 0.81 0.04
HSL 47.4º 0.92% 0.57% -
HSV(B) 47.4º 0.81% 0.96% -
XYZ 60.09 62.98 11.57 -
YUV 198.55 41.91 161.85 -
System Red Green Blue C M Y K H S L
Decimal 246 204 46 0 0.17 0.81 0.04 47.4 0.92 0.57
Hex F6 CC 2E 0 11 51 4 2F 5C 39
Octal 366 314 56 0 21 121 4 57 134 71
Binary 11110110 11001100 101110 0 10001 1010001 100 101111 1011100 111001

Color Harmonies of #F6CC2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6CC2E

Black with #F6CC2E

Text Example


Text Example

White with #F6CC2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6CC2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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