#F3DC41

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

Shades of Gorse #F3DC41

Tints of Gorse #F3DC41

Color information

#F3DC41 (or 0xF3DC41) is unknown color: approx Gorse. HEX triplet: F3, DC and 41. RGB value is (243,220,65). Sum of RGB (Red+Green+Blue) = 243+220+65=528 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.02% from 528); Green value is 220 (86.33% from 255 or 41.67% from 528); Blue value is 65 (25.78% from 255 or 12.31% from 528); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DC41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3DC41 is #0C23BE. Grayscale: #D1D1D1. Windows color (decimal): -795583 or 4316403. OLE color: 4316403.

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

Color convert

RGB24322065-
CMYK00.090.730.05
HSL52.25º88.12%60.39%-
HSV(B)52.25º73.25%95.29%-
XYZ63.5170.6215.29-
YUV209.2146.62152.1-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 46.02%
GREEN value IS 220 (86.33% from 255) = 41.67%
BLUE value IS 65 (25.78% from 255) = 12.31%
R=46.02%
G=41.67%
B=12.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.73
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2432206500.090.730.0552.2588.1260.39
HexF3DC410949534583c
Octal36333410101111156413074
Binary111100111101110010000010100110010011011101001011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DC41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DC41; }

 p { color: rgb(243,220,65); }

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

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

 a { background-color: rgb(243,220,65); }

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

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

 span { border-color: rgb(243,220,65); }

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