Html Css Color HEX #F6CE32 Golden Dream

📋 copy color: '#F6CE32'

red 246 ◦ green 206 ◦ blue 50

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

Shades of Golden Dream #F6CE32

Tints of Golden Dream #F6CE32

RGB

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

 GREEN value IS 206 (80.86% from 255) = 41.04%

 BLUE value IS 50 (19.92% from 255) = 9.96%

R = 49%
G = 41.04%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#F6CE32 (or 0xF6CE32) is known color: Golden Dream. HEX triplet: F6, CE and 32. RGB value is (246,206,50). Sum of RGB (Red+Green+Blue) = 246+206+50=502 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.00% from 502); Green value is 206 (80.86% from 255 or 41.04% from 502); Blue value is 50 (19.92% from 255 or 9.96% from 502); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CE32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6CE32 is #0931CD. Grayscale: #C8C8C8. Windows color (decimal): -602574 or 3329782. OLE color: 3329782.

HSL color Cylindrical-coordinate representation of color #F6CE32: hue angle of 47.76º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F6CE32 is Cyan = 0, Magento = 0.16, Yellow = 0.80 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 206 50 -
CMYK 0 0.16 0.80 0.04
HSL 47.76º 0.92% 0.58% -
HSV(B) 47.76º 0.8% 0.96% -
XYZ 60.65 63.97 12.17 -
YUV 200.18 43.25 160.68 -
System Red Green Blue C M Y K H S L
Decimal 246 206 50 0 0.16 0.80 0.04 47.76 0.92 0.58
Hex F6 CE 32 0 10 50 4 30 5C 3A
Octal 366 316 62 0 20 120 4 60 134 72
Binary 11110110 11001110 110010 0 10000 1010000 100 110000 1011100 111010

Color Harmonies of #F6CE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6CE32

Black with #F6CE32

Text Example


Text Example

White with #F6CE32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6CE32; }

 p { color: rgb(246,206,50); }

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

background-color css

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

 a { background-color: rgb(246,206,50); }

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

border-color css

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

 span { border-color: rgb(246,206,50); }

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