Html Css Color HEX #F6D630 Golden Dream

📋 copy color: '#F6D630'

red 246 ◦ green 214 ◦ blue 48

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

Shades of Golden Dream #F6D630

Tints of Golden Dream #F6D630

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 9.45%

R = 48.43%
G = 42.13%
B = 9.45%

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

#F6D630 (or 0xF6D630) is known color: Golden Dream. HEX triplet: F6, D6 and 30. RGB value is (246,214,48). Sum of RGB (Red+Green+Blue) = 246+214+48=508 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.43% from 508); Green value is 214 (83.98% from 255 or 42.13% from 508); Blue value is 48 (19.14% from 255 or 9.45% from 508); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D630 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6D630 is #0929CF. Grayscale: #CDCDCD. Windows color (decimal): -600528 or 3200758. OLE color: 3200758.

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

Color convert

RGB 246 214 48 -
CMYK 0 0.13 0.80 0.04
HSL 50.3º 0.92% 0.58% -
HSV(B) 50.3º 0.8% 0.96% -
XYZ 62.59 67.9 12.6 -
YUV 204.64 39.6 157.5 -
System Red Green Blue C M Y K H S L
Decimal 246 214 48 0 0.13 0.80 0.04 50.3 0.92 0.58
Hex F6 D6 30 0 D 50 4 32 5C 3A
Octal 366 326 60 0 15 120 4 62 134 72
Binary 11110110 11010110 110000 0 1101 1010000 100 110010 1011100 111010

Color Harmonies of #F6D630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D630

Black with #F6D630

Text Example


Text Example

White with #F6D630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D630; }

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

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

background-color css

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

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

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

border-color css

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

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

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