Html Css Color HEX #FCDC43 Gorse

📋 copy color: '#FCDC43'

red 252 ◦ green 220 ◦ blue 67

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

Shades of Gorse #FCDC43

Tints of Gorse #FCDC43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 12.43%

R = 46.75%
G = 40.82%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FCDC43 (or 0xFCDC43) is known color: Gorse. HEX triplet: FC, DC and 43. RGB value is (252,220,67). Sum of RGB (Red+Green+Blue) = 252+220+67=539 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.75% from 539); Green value is 220 (86.33% from 255 or 40.82% from 539); Blue value is 67 (26.56% from 255 or 12.43% from 539); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC43 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDC43 is #0323BC. Grayscale: #D4D4D4. Windows color (decimal): -205757 or 4447484. OLE color: 4447484.

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

Color convert

RGB 252 220 67 -
CMYK 0 0.13 0.73 0.01
HSL 49.62º 0.97% 0.63% -
HSV(B) 49.62º 0.73% 0.99% -
XYZ 66.75 72.29 15.74 -
YUV 212.13 46.1 156.44 -
System Red Green Blue C M Y K H S L
Decimal 252 220 67 0 0.13 0.73 0.01 49.62 0.97 0.63
Hex FC DC 43 0 D 49 1 32 61 3F
Octal 374 334 103 0 15 111 1 62 141 77
Binary 11111100 11011100 1000011 0 1101 1001001 1 110010 1100001 111111

Color Harmonies of #FCDC43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDC43

Black with #FCDC43

Text Example


Text Example

White with #FCDC43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDC43; }

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

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

background-color css

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

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

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

border-color css

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

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

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