Html Css Color HEX #FCDD3C Gorse

📋 copy color: '#FCDD3C'

red 252 ◦ green 221 ◦ blue 60

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

Shades of Gorse #FCDD3C

Tints of Gorse #FCDD3C

RGB

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

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

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

R = 47.28%
G = 41.46%
B = 11.26%

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

#FCDD3C (or 0xFCDD3C) is known color: Gorse. HEX triplet: FC, DD and 3C. RGB value is (252,221,60). Sum of RGB (Red+Green+Blue) = 252+221+60=533 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.28% from 533); Green value is 221 (86.72% from 255 or 41.46% from 533); Blue value is 60 (23.83% from 255 or 11.26% from 533); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDD3C is #0322C3. Grayscale: #D4D4D4. Windows color (decimal): -205508 or 3988988. OLE color: 3988988.

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

Color convert

RGB 252 221 60 -
CMYK 0 0.12 0.76 0.01
HSL 50.31º 0.97% 0.61% -
HSV(B) 50.31º 0.76% 0.99% -
XYZ 66.82 72.73 14.79 -
YUV 211.92 42.27 156.59 -
System Red Green Blue C M Y K H S L
Decimal 252 221 60 0 0.12 0.76 0.01 50.31 0.97 0.61
Hex FC DD 3C 0 C 4C 1 32 61 3D
Octal 374 335 74 0 14 114 1 62 141 75
Binary 11111100 11011101 111100 0 1100 1001100 1 110010 1100001 111101

Color Harmonies of #FCDD3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDD3C

Black with #FCDD3C

Text Example


Text Example

White with #FCDD3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDD3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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