Html Css Color HEX #FCDD31 Gorse

📋 copy color: '#FCDD31'

red 252 ◦ green 221 ◦ blue 49

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

Shades of Gorse #FCDD31

Tints of Gorse #FCDD31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 9.39%

R = 48.28%
G = 42.34%
B = 9.39%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FCDD31 (or 0xFCDD31) is known color: Gorse. HEX triplet: FC, DD and 31. RGB value is (252,221,49). Sum of RGB (Red+Green+Blue) = 252+221+49=522 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.28% from 522); Green value is 221 (86.72% from 255 or 42.34% from 522); Blue value is 49 (19.53% from 255 or 9.39% from 522); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDD31 is #0322CE. Grayscale: #D3D3D3. Windows color (decimal): -205519 or 3268092. OLE color: 3268092.

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

Color convert

RGB 252 221 49 -
CMYK 0 0.12 0.81 0.01
HSL 50.84º 0.97% 0.59% -
HSV(B) 50.84º 0.81% 0.99% -
XYZ 66.56 72.63 13.42 -
YUV 210.66 36.77 157.49 -
System Red Green Blue C M Y K H S L
Decimal 252 221 49 0 0.12 0.81 0.01 50.84 0.97 0.59
Hex FC DD 31 0 C 51 1 33 61 3B
Octal 374 335 61 0 14 121 1 63 141 73
Binary 11111100 11011101 110001 0 1100 1010001 1 110011 1100001 111011

Color Harmonies of #FCDD31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDD31

Black with #FCDD31

Text Example


Text Example

White with #FCDD31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDD31; }

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

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

background-color css

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

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

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

border-color css

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

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

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