Html Css Color HEX #F6D430 Golden Dream

📋 copy color: '#F6D430'

red 246 ◦ green 212 ◦ blue 48

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

Shades of Golden Dream #F6D430

Tints of Golden Dream #F6D430

RGB

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

 GREEN value IS 212 (83.2% from 255) = 41.9%

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

R = 48.62%
G = 41.9%
B = 9.49%

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

#F6D430 (or 0xF6D430) is known color: Golden Dream. HEX triplet: F6, D4 and 30. RGB value is (246,212,48). Sum of RGB (Red+Green+Blue) = 246+212+48=506 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.62% from 506); Green value is 212 (83.20% from 255 or 41.90% from 506); Blue value is 48 (19.14% from 255 or 9.49% from 506); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D430 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6D430 is #092BCF. Grayscale: #CCCCCC. Windows color (decimal): -601040 or 3200246. OLE color: 3200246.

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

Color convert

RGB 246 212 48 -
CMYK 0 0.14 0.80 0.04
HSL 49.7º 0.92% 0.58% -
HSV(B) 49.7º 0.8% 0.96% -
XYZ 62.08 66.89 12.44 -
YUV 203.47 40.26 158.34 -
System Red Green Blue C M Y K H S L
Decimal 246 212 48 0 0.14 0.80 0.04 49.7 0.92 0.58
Hex F6 D4 30 0 E 50 4 32 5C 3A
Octal 366 324 60 0 16 120 4 62 134 72
Binary 11110110 11010100 110000 0 1110 1010000 100 110010 1011100 111010

Color Harmonies of #F6D430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D430

Black with #F6D430

Text Example


Text Example

White with #F6D430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D430; }

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

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

background-color css

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

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

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

border-color css

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

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

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