Html Css Color HEX #FCDC28 Gorse

📋 copy color: '#FCDC28'

red 252 ◦ green 220 ◦ blue 40

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

Shades of Gorse #FCDC28

Tints of Gorse #FCDC28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 7.81%

R = 49.22%
G = 42.97%
B = 7.81%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FCDC28 (or 0xFCDC28) is known color: Gorse. HEX triplet: FC, DC and 28. RGB value is (252,220,40). Sum of RGB (Red+Green+Blue) = 252+220+40=512 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.22% from 512); Green value is 220 (86.33% from 255 or 42.97% from 512); Blue value is 40 (16.02% from 255 or 7.81% from 512); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDC28 is #0323D7. Grayscale: #D1D1D1. Windows color (decimal): -205784 or 2678012. OLE color: 2678012.

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

Color convert

RGB 252 220 40 -
CMYK 0 0.13 0.84 0.01
HSL 50.94º 0.97% 0.57% -
HSV(B) 50.94º 0.84% 0.99% -
XYZ 66.12 72.04 12.43 -
YUV 209.05 32.6 158.64 -
System Red Green Blue C M Y K H S L
Decimal 252 220 40 0 0.13 0.84 0.01 50.94 0.97 0.57
Hex FC DC 28 0 D 54 1 33 61 39
Octal 374 334 50 0 15 124 1 63 141 71
Binary 11111100 11011100 101000 0 1101 1010100 1 110011 1100001 111001

Color Harmonies of #FCDC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDC28

Black with #FCDC28

Text Example


Text Example

White with #FCDC28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDC28; }

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

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

background-color css

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

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

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

border-color css

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

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

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