#F3F232

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

Shades of Gorse #F3F232

Tints of Gorse #F3F232

Color information

#F3F232 (or 0xF3F232) is unknown color: approx Gorse. HEX triplet: F3, F2 and 32. RGB value is (243,242,50). Sum of RGB (Red+Green+Blue) = 243+242+50=535 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.42% from 535); Green value is 242 (94.92% from 255 or 45.23% from 535); Blue value is 50 (19.92% from 255 or 9.35% from 535); Max value from RGB is 243 - color contains mainly: red. Hex color #F3F232 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F3F232 is #0C0DCD. Grayscale: #DDDDDD. Windows color (decimal): -789966 or 3338995. OLE color: 3338995.

HSL color Cylindrical-coordinate representation of color #F3F232: hue angle of 59.69º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F3F232 is Cyan = 0, Magento = 0.00, Yellow = 0.79 and Black (K on CMYK) = 0.05.

Color convert

RGB24324250-
CMYK00.000.790.05
HSL59.69º88.94%57.45%-
HSV(B)59.69º79.42%95.29%-
XYZ69.2982.7915.35-
YUV220.4131.83144.11-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 45.42%
GREEN value IS 242 (94.92% from 255) = 45.23%
BLUE value IS 50 (19.92% from 255) = 9.35%
R=45.42%
G=45.23%
B=9.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.79
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2432425000.000.790.0559.6988.9457.45
HexF3F232004F53c5939
Octal363362620011757413171
Binary11110011111100101100100010011111011111001011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3F232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3F232; }

 p { color: rgb(243,242,50); }

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

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

 a { background-color: rgb(243,242,50); }

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

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

 span { border-color: rgb(243,242,50); }

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