Html Css Color HEX #F6D02F Golden Dream

📋 copy color: '#F6D02F'

red 246 ◦ green 208 ◦ blue 47

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

Shades of Golden Dream #F6D02F

Tints of Golden Dream #F6D02F

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.52%

 BLUE value IS 47 (18.75% from 255) = 9.38%

R = 49.1%
G = 41.52%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#F6D02F (or 0xF6D02F) is known color: Golden Dream. HEX triplet: F6, D0 and 2F. RGB value is (246,208,47). Sum of RGB (Red+Green+Blue) = 246+208+47=501 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.10% from 501); Green value is 208 (81.64% from 255 or 41.52% from 501); Blue value is 47 (18.75% from 255 or 9.38% from 501); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D02F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6D02F is #092FD0. Grayscale: #C9C9C9. Windows color (decimal): -602065 or 3133686. OLE color: 3133686.

HSL color Cylindrical-coordinate representation of color #F6D02F: hue angle of 48.54º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F6D02F is Cyan = 0, Magento = 0.15, Yellow = 0.81 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 208 47 -
CMYK 0 0.15 0.81 0.04
HSL 48.54º 0.92% 0.57% -
HSV(B) 48.54º 0.81% 0.96% -
XYZ 61.08 64.91 12 -
YUV 201.01 41.09 160.09 -
System Red Green Blue C M Y K H S L
Decimal 246 208 47 0 0.15 0.81 0.04 48.54 0.92 0.57
Hex F6 D0 2F 0 F 51 4 31 5C 39
Octal 366 320 57 0 17 121 4 61 134 71
Binary 11110110 11010000 101111 0 1111 1010001 100 110001 1011100 111001

Color Harmonies of #F6D02F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D02F

Black with #F6D02F

Text Example


Text Example

White with #F6D02F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D02F; }

 p { color: rgb(246,208,47); }

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

background-color css

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

 a { background-color: rgb(246,208,47); }

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

border-color css

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

 span { border-color: rgb(246,208,47); }

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