Html Css Color HEX #FCDD2D Gorse

📋 copy color: '#FCDD2D'

red 252 ◦ green 221 ◦ blue 45

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

Shades of Gorse #FCDD2D

Tints of Gorse #FCDD2D

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.66%

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

R = 48.65%
G = 42.66%
B = 8.69%

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

#FCDD2D (or 0xFCDD2D) is known color: Gorse. HEX triplet: FC, DD and 2D. RGB value is (252,221,45). Sum of RGB (Red+Green+Blue) = 252+221+45=518 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.65% from 518); Green value is 221 (86.72% from 255 or 42.66% from 518); Blue value is 45 (17.97% from 255 or 8.69% from 518); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDD2D is #0322D2. Grayscale: #D2D2D2. Windows color (decimal): -205523 or 3005948. OLE color: 3005948.

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

Color convert

RGB 252 221 45 -
CMYK 0 0.12 0.82 0.01
HSL 51.01º 0.97% 0.58% -
HSV(B) 51.01º 0.82% 0.99% -
XYZ 66.47 72.6 12.99 -
YUV 210.21 34.77 157.81 -
System Red Green Blue C M Y K H S L
Decimal 252 221 45 0 0.12 0.82 0.01 51.01 0.97 0.58
Hex FC DD 2D 0 C 52 1 33 61 3A
Octal 374 335 55 0 14 122 1 63 141 72
Binary 11111100 11011101 101101 0 1100 1010010 1 110011 1100001 111010

Color Harmonies of #FCDD2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDD2D

Black with #FCDD2D

Text Example


Text Example

White with #FCDD2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDD2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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