Html Css Color HEX #F6E142 Gorse

📋 copy color: '#F6E142'

red 246 ◦ green 225 ◦ blue 66

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

Shades of Gorse #F6E142

Tints of Gorse #F6E142

RGB

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

 GREEN value IS 225 (88.28% from 255) = 41.9%

 BLUE value IS 66 (26.17% from 255) = 12.29%

R = 45.81%
G = 41.9%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.73

 K value IS 0.04

RGB Variations

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

Color information

#F6E142 (or 0xF6E142) is known color: Gorse. HEX triplet: F6, E1 and 42. RGB value is (246,225,66). Sum of RGB (Red+Green+Blue) = 246+225+66=537 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.81% from 537); Green value is 225 (88.28% from 255 or 41.90% from 537); Blue value is 66 (26.17% from 255 or 12.29% from 537); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E142 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6E142 is #091EBD. Grayscale: #D5D5D5. Windows color (decimal): -597694 or 4383222. OLE color: 4383222.

HSL color Cylindrical-coordinate representation of color #F6E142: hue angle of 53º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F6E142 is Cyan = 0, Magento = 0.09, Yellow = 0.73 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 225 66 -
CMYK 0 0.09 0.73 0.04
HSL 53º 0.91% 0.61% -
HSV(B) 53º 0.73% 0.96% -
XYZ 65.91 73.84 15.93 -
YUV 213.15 44.96 151.43 -
System Red Green Blue C M Y K H S L
Decimal 246 225 66 0 0.09 0.73 0.04 53 0.91 0.61
Hex F6 E1 42 0 9 49 4 35 5B 3D
Octal 366 341 102 0 11 111 4 65 133 75
Binary 11110110 11100001 1000010 0 1001 1001001 100 110101 1011011 111101

Color Harmonies of #F6E142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6E142

Black with #F6E142

Text Example


Text Example

White with #F6E142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6E142; }

 p { color: rgb(246,225,66); }

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

background-color css

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

 a { background-color: rgb(246,225,66); }

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

border-color css

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

 span { border-color: rgb(246,225,66); }

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