#FCFA36

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

Shades of Gorse #FCFA36

Tints of Gorse #FCFA36

Color information

#FCFA36 (or 0xFCFA36) is unknown color: approx Gorse. HEX triplet: FC, FA and 36. RGB value is (252,250,54). Sum of RGB (Red+Green+Blue) = 252+250+54=556 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.32% from 556); Green value is 250 (98.05% from 255 or 44.96% from 556); Blue value is 54 (21.48% from 255 or 9.71% from 556); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFA36 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFA36 is #0305C9. Grayscale: #E5E5E5. Windows color (decimal): -198090 or 3603196. OLE color: 3603196.

HSL color Cylindrical-coordinate representation of color #FCFA36: hue angle of 59.39º 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 #FCFA36 is Cyan = 0, Magento = 0.01, Yellow = 0.79 and Black (K on CMYK) = 0.01.

Color convert

RGB25225054-
CMYK00.010.790.01
HSL59.39º97.06%60%-
HSV(B)59.39º78.57%98.82%-
XYZ7589.3316.78-
YUV228.2529.66144.94-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.32%
GREEN value IS 250 (98.05% from 255) = 44.96%
BLUE value IS 54 (21.48% from 255) = 9.71%
R=45.32%
G=44.96%
B=9.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.79
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522505400.010.790.0159.3997.0660
HexFCFA36014F13b613c
Octal374372660111717314174
Binary111111001111101011011001100111111110111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFA36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFA36; }

 p { color: rgb(252,250,54); }

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

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

 a { background-color: rgb(252,250,54); }

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

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

 span { border-color: rgb(252,250,54); }

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