Html Css Color HEX #FCDC41 Gorse

📋 copy color: '#FCDC41'

red 252 ◦ green 220 ◦ blue 65

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

Shades of Gorse #FCDC41

Tints of Gorse #FCDC41

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.97%

 BLUE value IS 65 (25.78% from 255) = 12.1%

R = 46.93%
G = 40.97%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FCDC41 (or 0xFCDC41) is known color: Gorse. HEX triplet: FC, DC and 41. RGB value is (252,220,65). Sum of RGB (Red+Green+Blue) = 252+220+65=537 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.93% from 537); Green value is 220 (86.33% from 255 or 40.97% from 537); Blue value is 65 (25.78% from 255 or 12.10% from 537); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDC41 is #0323BE. Grayscale: #D4D4D4. Windows color (decimal): -205759 or 4316412. OLE color: 4316412.

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

Color convert

RGB 252 220 65 -
CMYK 0 0.13 0.74 0.01
HSL 49.73º 0.97% 0.62% -
HSV(B) 49.73º 0.74% 0.99% -
XYZ 66.69 72.26 15.43 -
YUV 211.9 45.1 156.6 -
System Red Green Blue C M Y K H S L
Decimal 252 220 65 0 0.13 0.74 0.01 49.73 0.97 0.62
Hex FC DC 41 0 D 4A 1 32 61 3E
Octal 374 334 101 0 15 112 1 62 141 76
Binary 11111100 11011100 1000001 0 1101 1001010 1 110010 1100001 111110

Color Harmonies of #FCDC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDC41

Black with #FCDC41

Text Example


Text Example

White with #FCDC41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDC41; }

 p { color: rgb(252,220,65); }

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

background-color css

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

 a { background-color: rgb(252,220,65); }

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

border-color css

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

 span { border-color: rgb(252,220,65); }

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