Html Css Color HEX #F6DC31 Gorse

📋 copy color: '#F6DC31'

red 246 ◦ green 220 ◦ blue 49

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

Shades of Gorse #F6DC31

Tints of Gorse #F6DC31

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.72%

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

R = 47.77%
G = 42.72%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#F6DC31 (or 0xF6DC31) is known color: Gorse. HEX triplet: F6, DC and 31. RGB value is (246,220,49). Sum of RGB (Red+Green+Blue) = 246+220+49=515 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.77% from 515); Green value is 220 (86.33% from 255 or 42.72% from 515); Blue value is 49 (19.53% from 255 or 9.51% from 515); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DC31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6DC31 is #0923CE. Grayscale: #D0D0D0. Windows color (decimal): -598991 or 3267830. OLE color: 3267830.

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

Color convert

RGB 246 220 49 -
CMYK 0 0.11 0.80 0.04
HSL 52.08º 0.92% 0.58% -
HSV(B) 52.08º 0.8% 0.96% -
XYZ 64.15 71 13.23 -
YUV 208.28 38.11 154.9 -
System Red Green Blue C M Y K H S L
Decimal 246 220 49 0 0.11 0.80 0.04 52.08 0.92 0.58
Hex F6 DC 31 0 B 50 4 34 5C 3A
Octal 366 334 61 0 13 120 4 64 134 72
Binary 11110110 11011100 110001 0 1011 1010000 100 110100 1011100 111010

Color Harmonies of #F6DC31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6DC31

Black with #F6DC31

Text Example


Text Example

White with #F6DC31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6DC31; }

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

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

background-color css

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

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

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

border-color css

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

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

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