Html Css Color HEX #FCDC27 Gorse

📋 copy color: '#FCDC27'

red 252 ◦ green 220 ◦ blue 39

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

Shades of Gorse #FCDC27

Tints of Gorse #FCDC27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 7.63%

R = 49.32%
G = 43.05%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FCDC27 (or 0xFCDC27) is known color: Gorse. HEX triplet: FC, DC and 27. RGB value is (252,220,39). Sum of RGB (Red+Green+Blue) = 252+220+39=511 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.32% from 511); Green value is 220 (86.33% from 255 or 43.05% from 511); Blue value is 39 (15.62% from 255 or 7.63% from 511); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC27 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDC27 is #0323D8. Grayscale: #D1D1D1. Windows color (decimal): -205785 or 2612476. OLE color: 2612476.

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

Color convert

RGB 252 220 39 -
CMYK 0 0.13 0.85 0.01
HSL 50.99º 0.97% 0.57% -
HSV(B) 50.99º 0.85% 0.99% -
XYZ 66.1 72.03 12.34 -
YUV 208.93 32.1 158.72 -
System Red Green Blue C M Y K H S L
Decimal 252 220 39 0 0.13 0.85 0.01 50.99 0.97 0.57
Hex FC DC 27 0 D 55 1 33 61 39
Octal 374 334 47 0 15 125 1 63 141 71
Binary 11111100 11011100 100111 0 1101 1010101 1 110011 1100001 111001

Color Harmonies of #FCDC27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDC27

Black with #FCDC27

Text Example


Text Example

White with #FCDC27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDC27; }

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

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

background-color css

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

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

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

border-color css

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

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

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