#FCFA33

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

Shades of Gorse #FCFA33

Tints of Gorse #FCFA33

Color information

#FCFA33 (or 0xFCFA33) is unknown color: approx Gorse. HEX triplet: FC, FA and 33. RGB value is (252,250,51). Sum of RGB (Red+Green+Blue) = 252+250+51=553 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.57% from 553); Green value is 250 (98.05% from 255 or 45.21% from 553); Blue value is 51 (20.31% from 255 or 9.22% from 553); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFA33 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFA33 is #0305CC. Grayscale: #E4E4E4. Windows color (decimal): -198093 or 3406588. OLE color: 3406588.

HSL color Cylindrical-coordinate representation of color #FCFA33: hue angle of 59.4º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FCFA33 is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.01.

Color convert

RGB25225051-
CMYK00.010.800.01
HSL59.4º97.1%59.41%-
HSV(B)59.4º79.76%98.82%-
XYZ74.9389.3116.42-
YUV227.9128.16145.18-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.57%
GREEN value IS 250 (98.05% from 255) = 45.21%
BLUE value IS 51 (20.31% from 255) = 9.22%
R=45.57%
G=45.21%
B=9.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.80
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522505100.010.800.0159.497.159.41
HexFCFA33015013b613b
Octal374372630112017314173
Binary111111001111101011001101101000011110111100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFA33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFA33; }

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

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

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

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

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

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

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

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