Html Css Color HEX #FCDE2D Gorse

📋 copy color: '#FCDE2D'

red 252 ◦ green 222 ◦ blue 45

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

Shades of Gorse #FCDE2D

Tints of Gorse #FCDE2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 8.67%

R = 48.55%
G = 42.77%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FCDE2D (or 0xFCDE2D) is known color: Gorse. HEX triplet: FC, DE and 2D. RGB value is (252,222,45). Sum of RGB (Red+Green+Blue) = 252+222+45=519 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.55% from 519); Green value is 222 (87.11% from 255 or 42.77% from 519); Blue value is 45 (17.97% from 255 or 8.67% from 519); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDE2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDE2D is #0321D2. Grayscale: #D3D3D3. Windows color (decimal): -205267 or 3006204. OLE color: 3006204.

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

Color convert

RGB 252 222 45 -
CMYK 0 0.12 0.82 0.01
HSL 51.3º 0.97% 0.58% -
HSV(B) 51.3º 0.82% 0.99% -
XYZ 66.74 73.13 13.08 -
YUV 210.79 34.44 157.39 -
System Red Green Blue C M Y K H S L
Decimal 252 222 45 0 0.12 0.82 0.01 51.3 0.97 0.58
Hex FC DE 2D 0 C 52 1 33 61 3A
Octal 374 336 55 0 14 122 1 63 141 72
Binary 11111100 11011110 101101 0 1100 1010010 1 110011 1100001 111010

Color Harmonies of #FCDE2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDE2D

Black with #FCDE2D

Text Example


Text Example

White with #FCDE2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDE2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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