Html Css Color HEX #F6D631 Golden Dream

📋 copy color: '#F6D631'

red 246 ◦ green 214 ◦ blue 49

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

Shades of Golden Dream #F6D631

Tints of Golden Dream #F6D631

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.04%

 BLUE value IS 49 (19.53% from 255) = 9.63%

R = 48.33%
G = 42.04%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#F6D631 (or 0xF6D631) is known color: Golden Dream. HEX triplet: F6, D6 and 31. RGB value is (246,214,49). Sum of RGB (Red+Green+Blue) = 246+214+49=509 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.33% from 509); Green value is 214 (83.98% from 255 or 42.04% from 509); Blue value is 49 (19.53% from 255 or 9.63% from 509); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D631 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6D631 is #0929CE. Grayscale: #CDCDCD. Windows color (decimal): -600527 or 3266294. OLE color: 3266294.

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

Color convert

RGB 246 214 49 -
CMYK 0 0.13 0.80 0.04
HSL 50.25º 0.92% 0.58% -
HSV(B) 50.25º 0.8% 0.96% -
XYZ 62.61 67.91 12.71 -
YUV 204.76 40.1 157.42 -
System Red Green Blue C M Y K H S L
Decimal 246 214 49 0 0.13 0.80 0.04 50.25 0.92 0.58
Hex F6 D6 31 0 D 50 4 32 5C 3A
Octal 366 326 61 0 15 120 4 62 134 72
Binary 11110110 11010110 110001 0 1101 1010000 100 110010 1011100 111010

Color Harmonies of #F6D631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D631

Black with #F6D631

Text Example


Text Example

White with #F6D631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D631; }

 p { color: rgb(246,214,49); }

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

background-color css

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

 a { background-color: rgb(246,214,49); }

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

border-color css

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

 span { border-color: rgb(246,214,49); }

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