Html Css Color HEX #FCDD40 Gorse

📋 copy color: '#FCDD40'

red 252 ◦ green 221 ◦ blue 64

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

Shades of Gorse #FCDD40

Tints of Gorse #FCDD40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 11.92%

R = 46.93%
G = 41.15%
B = 11.92%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FCDD40 (or 0xFCDD40) is known color: Gorse. HEX triplet: FC, DD and 40. RGB value is (252,221,64). Sum of RGB (Red+Green+Blue) = 252+221+64=537 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.93% from 537); Green value is 221 (86.72% from 255 or 41.15% from 537); Blue value is 64 (25.39% from 255 or 11.92% from 537); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDD40 is #0322BF. Grayscale: #D5D5D5. Windows color (decimal): -205504 or 4251132. OLE color: 4251132.

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

Color convert

RGB 252 221 64 -
CMYK 0 0.12 0.75 0.01
HSL 50.11º 0.97% 0.62% -
HSV(B) 50.11º 0.75% 0.99% -
XYZ 66.93 72.78 15.37 -
YUV 212.37 44.27 156.27 -
System Red Green Blue C M Y K H S L
Decimal 252 221 64 0 0.12 0.75 0.01 50.11 0.97 0.62
Hex FC DD 40 0 C 4B 1 32 61 3E
Octal 374 335 100 0 14 113 1 62 141 76
Binary 11111100 11011101 1000000 0 1100 1001011 1 110010 1100001 111110

Color Harmonies of #FCDD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDD40

Black with #FCDD40

Text Example


Text Example

White with #FCDD40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDD40; }

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

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

background-color css

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

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

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

border-color css

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

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

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