Html Css Color HEX #FCDC2B Gorse

📋 copy color: '#FCDC2B'

red 252 ◦ green 220 ◦ blue 43

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

Shades of Gorse #FCDC2B

Tints of Gorse #FCDC2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 8.35%

R = 48.93%
G = 42.72%
B = 8.35%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FCDC2B (or 0xFCDC2B) is known color: Gorse. HEX triplet: FC, DC and 2B. RGB value is (252,220,43). Sum of RGB (Red+Green+Blue) = 252+220+43=515 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.93% from 515); Green value is 220 (86.33% from 255 or 42.72% from 515); Blue value is 43 (17.19% from 255 or 8.35% from 515); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDC2B is #0323D4. Grayscale: #D2D2D2. Windows color (decimal): -205781 or 2874620. OLE color: 2874620.

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

Color convert

RGB 252 220 43 -
CMYK 0 0.13 0.83 0.01
HSL 50.81º 0.97% 0.58% -
HSV(B) 50.81º 0.83% 0.99% -
XYZ 66.17 72.06 12.71 -
YUV 209.39 34.1 158.39 -
System Red Green Blue C M Y K H S L
Decimal 252 220 43 0 0.13 0.83 0.01 50.81 0.97 0.58
Hex FC DC 2B 0 D 53 1 33 61 3A
Octal 374 334 53 0 15 123 1 63 141 72
Binary 11111100 11011100 101011 0 1101 1010011 1 110011 1100001 111010

Color Harmonies of #FCDC2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDC2B

Black with #FCDC2B

Text Example


Text Example

White with #FCDC2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDC2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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