#FCFA34

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

Shades of Gorse #FCFA34

Tints of Gorse #FCFA34

Color information

#FCFA34 (or 0xFCFA34) is unknown color: approx Gorse. HEX triplet: FC, FA and 34. RGB value is (252,250,52). Sum of RGB (Red+Green+Blue) = 252+250+52=554 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.49% from 554); Green value is 250 (98.05% from 255 or 45.13% from 554); Blue value is 52 (20.70% from 255 or 9.39% from 554); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFA34 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFA34 is #0305CB. Grayscale: #E4E4E4. Windows color (decimal): -198092 or 3472124. OLE color: 3472124.

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

Color convert

RGB25225052-
CMYK00.010.790.01
HSL59.4º97.09%59.61%-
HSV(B)59.4º79.37%98.82%-
XYZ74.9589.3116.54-
YUV228.0328.66145.1-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.49%
GREEN value IS 250 (98.05% from 255) = 45.13%
BLUE value IS 52 (20.70% from 255) = 9.39%
R=45.49%
G=45.13%
B=9.39%

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
Decimal2522505200.010.790.0159.497.0959.61
HexFCFA34014F13b613c
Octal374372640111717314174
Binary111111001111101011010001100111111110111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFA34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFA34; }

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

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

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

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

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

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

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

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