Html Css Color HEX #F6D330 Golden Dream

📋 copy color: '#F6D330'

red 246 ◦ green 211 ◦ blue 48

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

Shades of Golden Dream #F6D330

Tints of Golden Dream #F6D330

RGB

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

 GREEN value IS 211 (82.81% from 255) = 41.78%

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

R = 48.71%
G = 41.78%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#F6D330 (or 0xF6D330) is known color: Golden Dream. HEX triplet: F6, D3 and 30. RGB value is (246,211,48). Sum of RGB (Red+Green+Blue) = 246+211+48=505 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.71% from 505); Green value is 211 (82.81% from 255 or 41.78% from 505); Blue value is 48 (19.14% from 255 or 9.50% from 505); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D330 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6D330 is #092CCF. Grayscale: #CBCBCB. Windows color (decimal): -601296 or 3199990. OLE color: 3199990.

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

Color convert

RGB 246 211 48 -
CMYK 0 0.14 0.80 0.04
HSL 49.39º 0.92% 0.58% -
HSV(B) 49.39º 0.8% 0.96% -
XYZ 61.83 66.39 12.35 -
YUV 202.88 40.6 158.75 -
System Red Green Blue C M Y K H S L
Decimal 246 211 48 0 0.14 0.80 0.04 49.39 0.92 0.58
Hex F6 D3 30 0 E 50 4 31 5C 3A
Octal 366 323 60 0 16 120 4 61 134 72
Binary 11110110 11010011 110000 0 1110 1010000 100 110001 1011100 111010

Color Harmonies of #F6D330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D330

Black with #F6D330

Text Example


Text Example

White with #F6D330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D330; }

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

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

background-color css

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

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

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

border-color css

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

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

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