Html Css Color HEX #FCDE3C Gorse

📋 copy color: '#FCDE3C'

red 252 ◦ green 222 ◦ blue 60

#FCDE3C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gorse #FCDE3C

Tints of Gorse #FCDE3C

RGB

 RED value IS 252 (98.83% from 255) = 47.19%

 GREEN value IS 222 (87.11% from 255) = 41.57%

 BLUE value IS 60 (23.83% from 255) = 11.24%

R = 47.19%
G = 41.57%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FCDE3C (or 0xFCDE3C) is known color: Gorse. HEX triplet: FC, DE and 3C. RGB value is (252,222,60). Sum of RGB (Red+Green+Blue) = 252+222+60=534 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.19% from 534); Green value is 222 (87.11% from 255 or 41.57% from 534); Blue value is 60 (23.83% from 255 or 11.24% from 534); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDE3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDE3C is #0321C3. Grayscale: #D5D5D5. Windows color (decimal): -205252 or 3989244. OLE color: 3989244.

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

Color convert

RGB 252 222 60 -
CMYK 0 0.12 0.76 0.01
HSL 50.63º 0.97% 0.61% -
HSV(B) 50.63º 0.76% 0.99% -
XYZ 67.08 73.26 14.88 -
YUV 212.5 41.94 156.17 -
System Red Green Blue C M Y K H S L
Decimal 252 222 60 0 0.12 0.76 0.01 50.63 0.97 0.61
Hex FC DE 3C 0 C 4C 1 33 61 3D
Octal 374 336 74 0 14 114 1 63 141 75
Binary 11111100 11011110 111100 0 1100 1001100 1 110011 1100001 111101

Color Harmonies of #FCDE3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDE3C

Black with #FCDE3C

Text Example


Text Example

White with #FCDE3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDE3C; }

 p { color: rgb(252,222,60); }

 H1.HeaderClassName
 {
   color: #FCDE3C;
 }
 .AnyTagClassName
 {
   color: #FCDE3C;
 }
</style>

background-color css

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

 a { background-color: rgb(252,222,60); }

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

border-color css

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

 span { border-color: rgb(252,222,60); }

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