Html Css Color HEX #F6CF31 Golden Dream

📋 copy color: '#F6CF31'

red 246 ◦ green 207 ◦ blue 49

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

Shades of Golden Dream #F6CF31

Tints of Golden Dream #F6CF31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 9.76%

R = 49%
G = 41.24%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#F6CF31 (or 0xF6CF31) is known color: Golden Dream. HEX triplet: F6, CF and 31. RGB value is (246,207,49). Sum of RGB (Red+Green+Blue) = 246+207+49=502 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.00% from 502); Green value is 207 (81.25% from 255 or 41.24% from 502); Blue value is 49 (19.53% from 255 or 9.76% from 502); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CF31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6CF31 is #0930CE. Grayscale: #C9C9C9. Windows color (decimal): -602319 or 3264502. OLE color: 3264502.

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

Color convert

RGB 246 207 49 -
CMYK 0 0.16 0.80 0.04
HSL 48.12º 0.92% 0.58% -
HSV(B) 48.12º 0.8% 0.96% -
XYZ 60.87 64.44 12.14 -
YUV 200.65 42.42 160.35 -
System Red Green Blue C M Y K H S L
Decimal 246 207 49 0 0.16 0.80 0.04 48.12 0.92 0.58
Hex F6 CF 31 0 10 50 4 30 5C 3A
Octal 366 317 61 0 20 120 4 60 134 72
Binary 11110110 11001111 110001 0 10000 1010000 100 110000 1011100 111010

Color Harmonies of #F6CF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6CF31

Black with #F6CF31

Text Example


Text Example

White with #F6CF31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6CF31; }

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

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

background-color css

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

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

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

border-color css

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

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

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