#FCDB42

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

Shades of Gorse #FCDB42

Tints of Gorse #FCDB42

Color information

#FCDB42 (or 0xFCDB42) is unknown color: approx Gorse. HEX triplet: FC, DB and 42. RGB value is (252,219,66). Sum of RGB (Red+Green+Blue) = 252+219+66=537 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.93% from 537); Green value is 219 (85.94% from 255 or 40.78% from 537); Blue value is 66 (26.17% from 255 or 12.29% from 537); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDB42 is #0324BD. Grayscale: #D4D4D4. Windows color (decimal): -206014 or 4381692. OLE color: 4381692.

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

Color convert

RGB25221966-
CMYK00.130.740.01
HSL49.35º96.88%62.35%-
HSV(B)49.35º73.81%98.82%-
XYZ66.4671.7515.5-
YUV211.4245.93156.94-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 46.93%
GREEN value IS 219 (85.94% from 255) = 40.78%
BLUE value IS 66 (26.17% from 255) = 12.29%
R=46.93%
G=40.78%
B=12.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.74
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522196600.130.740.0149.3596.8862.35
HexFCDB420D4A131613e
Octal37433310201511216114176
Binary1111110011011011100001001101100101011100011100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDB42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDB42; }

 p { color: rgb(252,219,66); }

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

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

 a { background-color: rgb(252,219,66); }

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

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

 span { border-color: rgb(252,219,66); }

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