#F3DE3D

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

Shades of Gorse #F3DE3D

Tints of Gorse #F3DE3D

Color information

#F3DE3D (or 0xF3DE3D) is unknown color: approx Gorse. HEX triplet: F3, DE and 3D. RGB value is (243,222,61). Sum of RGB (Red+Green+Blue) = 243+222+61=526 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.20% from 526); Green value is 222 (87.11% from 255 or 42.21% from 526); Blue value is 61 (24.22% from 255 or 11.60% from 526); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DE3D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3DE3D is #0C21C2. Grayscale: #D2D2D2. Windows color (decimal): -795075 or 4054771. OLE color: 4054771.

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

Color convert

RGB24322261-
CMYK00.090.750.05
HSL53.08º88.35%59.61%-
HSV(B)53.08º74.9%95.29%-
XYZ63.9371.6314.87-
YUV209.9243.96151.59-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 46.20%
GREEN value IS 222 (87.11% from 255) = 42.21%
BLUE value IS 61 (24.22% from 255) = 11.60%
R=46.20%
G=42.21%
B=11.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.75
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2432226100.090.750.0553.0888.3559.61
HexF3DE3D094B535583c
Octal3633367501111356513074
Binary11110011110111101111010100110010111011101011011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DE3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DE3D; }

 p { color: rgb(243,222,61); }

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

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

 a { background-color: rgb(243,222,61); }

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

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

 span { border-color: rgb(243,222,61); }

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