Html Css Color HEX #FCDD3D Gorse

📋 copy color: '#FCDD3D'

red 252 ◦ green 221 ◦ blue 61

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

Shades of Gorse #FCDD3D

Tints of Gorse #FCDD3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 11.42%

R = 47.19%
G = 41.39%
B = 11.42%

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

#FCDD3D (or 0xFCDD3D) is known color: Gorse. HEX triplet: FC, DD and 3D. RGB value is (252,221,61). Sum of RGB (Red+Green+Blue) = 252+221+61=534 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.19% from 534); Green value is 221 (86.72% from 255 or 41.39% from 534); Blue value is 61 (24.22% from 255 or 11.42% from 534); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD3D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDD3D is #0322C2. Grayscale: #D4D4D4. Windows color (decimal): -205507 or 4054524. OLE color: 4054524.

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

Color convert

RGB 252 221 61 -
CMYK 0 0.12 0.76 0.01
HSL 50.26º 0.97% 0.61% -
HSV(B) 50.26º 0.76% 0.99% -
XYZ 66.84 72.75 14.93 -
YUV 212.03 42.77 156.51 -
System Red Green Blue C M Y K H S L
Decimal 252 221 61 0 0.12 0.76 0.01 50.26 0.97 0.61
Hex FC DD 3D 0 C 4C 1 32 61 3D
Octal 374 335 75 0 14 114 1 62 141 75
Binary 11111100 11011101 111101 0 1100 1001100 1 110010 1100001 111101

Color Harmonies of #FCDD3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDD3D

Black with #FCDD3D

Text Example


Text Example

White with #FCDD3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDD3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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