Html Css Color HEX #FCDC3E Gorse

📋 copy color: '#FCDC3E'

red 252 ◦ green 220 ◦ blue 62

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

Shades of Gorse #FCDC3E

Tints of Gorse #FCDC3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 11.61%

R = 47.19%
G = 41.2%
B = 11.61%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FCDC3E (or 0xFCDC3E) is known color: Gorse. HEX triplet: FC, DC and 3E. RGB value is (252,220,62). Sum of RGB (Red+Green+Blue) = 252+220+62=534 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.19% from 534); Green value is 220 (86.33% from 255 or 41.20% from 534); Blue value is 62 (24.61% from 255 or 11.61% from 534); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDC3E is #0323C1. Grayscale: #D4D4D4. Windows color (decimal): -205762 or 4119804. OLE color: 4119804.

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

Color convert

RGB 252 220 62 -
CMYK 0 0.13 0.75 0.01
HSL 49.89º 0.97% 0.62% -
HSV(B) 49.89º 0.75% 0.99% -
XYZ 66.61 72.23 14.99 -
YUV 211.56 43.6 156.85 -
System Red Green Blue C M Y K H S L
Decimal 252 220 62 0 0.13 0.75 0.01 49.89 0.97 0.62
Hex FC DC 3E 0 D 4B 1 32 61 3E
Octal 374 334 76 0 15 113 1 62 141 76
Binary 11111100 11011100 111110 0 1101 1001011 1 110010 1100001 111110

Color Harmonies of #FCDC3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDC3E

Black with #FCDC3E

Text Example


Text Example

White with #FCDC3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDC3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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