#F2F33C

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

Shades of Gorse #F2F33C

Tints of Gorse #F2F33C

Color information

#F2F33C (or 0xF2F33C) is unknown color: approx Gorse. HEX triplet: F2, F3 and 3C. RGB value is (242,243,60). Sum of RGB (Red+Green+Blue) = 242+243+60=545 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.40% from 545); Green value is 243 (95.31% from 255 or 44.59% from 545); Blue value is 60 (23.83% from 255 or 11.01% from 545); Max value from RGB is 243 - color contains mainly: green. Hex color #F2F33C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F33C is #0D0CC3. Grayscale: #DEDEDE. Windows color (decimal): -855236 or 3994610. OLE color: 3994610.

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

Color convert

RGB24224360-
CMYK0.0000.750.05
HSL60.33º88.41%59.41%-
HSV(B)60.33º75.31%95.29%-
XYZ69.4883.316.69-
YUV221.8436.67142.38-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.40%
GREEN value IS 243 (95.31% from 255) = 44.59%
BLUE value IS 60 (23.83% from 255) = 11.01%
R=44.40%
G=44.59%
B=11.01%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242243600.0000.750.0560.3388.4159.41
HexF2F33C004B53c583b
Octal362363740011357413073
Binary11110010111100111111000010010111011111001011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F33C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F33C; }

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

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

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

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

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

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

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

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