Html Css Color HEX #F6CF2F Golden Dream

📋 copy color: '#F6CF2F'

red 246 ◦ green 207 ◦ blue 47

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

Shades of Golden Dream #F6CF2F

Tints of Golden Dream #F6CF2F

RGB

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

 GREEN value IS 207 (81.25% from 255) = 41.4%

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

R = 49.2%
G = 41.4%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#F6CF2F (or 0xF6CF2F) is known color: Golden Dream. HEX triplet: F6, CF and 2F. RGB value is (246,207,47). Sum of RGB (Red+Green+Blue) = 246+207+47=500 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.2% from 500); Green value is 207 (81.25% from 255 or 41.4% from 500); Blue value is 47 (18.75% from 255 or 9.4% from 500); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CF2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6CF2F is #0930D0. Grayscale: #C9C9C9. Windows color (decimal): -602321 or 3133430. OLE color: 3133430.

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

Color convert

RGB 246 207 47 -
CMYK 0 0.16 0.81 0.04
HSL 48.24º 0.92% 0.57% -
HSV(B) 48.24º 0.81% 0.96% -
XYZ 60.83 64.42 11.92 -
YUV 200.42 41.42 160.51 -
System Red Green Blue C M Y K H S L
Decimal 246 207 47 0 0.16 0.81 0.04 48.24 0.92 0.57
Hex F6 CF 2F 0 10 51 4 30 5C 39
Octal 366 317 57 0 20 121 4 60 134 71
Binary 11110110 11001111 101111 0 10000 1010001 100 110000 1011100 111001

Color Harmonies of #F6CF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6CF2F

Black with #F6CF2F

Text Example


Text Example

White with #F6CF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6CF2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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