#F2FC35

Color #F2FC35 Gorse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gorse #F2FC35

Tints of Gorse #F2FC35

Color information

#F2FC35 (or 0xF2FC35) is unknown color: approx Gorse. HEX triplet: F2, FC and 35. RGB value is (242,252,53). Sum of RGB (Red+Green+Blue) = 242+252+53=547 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.24% from 547); Green value is 252 (98.83% from 255 or 46.07% from 547); Blue value is 53 (21.09% from 255 or 9.69% from 547); Max value from RGB is 252 - color contains mainly: green. Hex color #F2FC35 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2FC35 is #0D03CA. Grayscale: #E3E3E3. Windows color (decimal): -852939 or 3538162. OLE color: 3538162.

HSL color Cylindrical-coordinate representation of color #F2FC35: hue angle of 63.02º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F2FC35 is Cyan = 0.04, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.01.

Color convert

RGB24225253-
CMYK0.0400.790.01
HSL63.02º97.07%59.8%-
HSV(B)63.02º78.97%98.82%-
XYZ72.0788.7616.7-
YUV226.3230.19139.18-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.24%
GREEN value IS 252 (98.83% from 255) = 46.07%
BLUE value IS 53 (21.09% from 255) = 9.69%
R=44.24%
G=46.07%
B=9.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal242252530.0400.790.0163.0297.0759.8
HexF2FC35404F13f613c
Octal362374654011717714174
Binary11110010111111001101011000100111111111111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FC35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FC35; }

 p { color: rgb(242,252,53); }

 H1.HeaderClassName
 {
   color: #F2FC35;
 }
 .AnyTagClassName
 {
   color: #F2FC35;
 }
</style>
background-color css

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

 a { background-color: rgb(242,252,53); }

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

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

 span { border-color: rgb(242,252,53); }

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