Html Css Color HEX #FCFC2B Gorse

📋 copy color: '#FCFC2B'

red 252 ◦ green 252 ◦ blue 43

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

Shades of Gorse #FCFC2B

Tints of Gorse #FCFC2B

RGB

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

 GREEN value IS 252 (98.83% from 255) = 46.07%

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

R = 46.07%
G = 46.07%
B = 7.86%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FCFC2B (or 0xFCFC2B) is known color: Gorse. HEX triplet: FC, FC and 2B. RGB value is (252,252,43). Sum of RGB (Red+Green+Blue) = 252+252+43=547 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.07% from 547); Green value is 252 (98.83% from 255 or 46.07% from 547); Blue value is 43 (17.19% from 255 or 7.86% from 547); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFC2B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFC2B is #0303D4. Grayscale: #E5E5E5. Windows color (decimal): -197589 or 2882812. OLE color: 2882812.

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

Color convert

RGB 252 252 43 -
CMYK 0 0 0.83 0.01
HSL 60º 0.97% 0.58% -
HSV(B) 60º 0.83% 0.99% -
XYZ 75.39 90.49 15.78 -
YUV 228.17 23.5 144.99 -
System Red Green Blue C M Y K H S L
Decimal 252 252 43 0 0 0.83 0.01 60 0.97 0.58
Hex FC FC 2B 0 0 53 1 3C 61 3A
Octal 374 374 53 0 0 123 1 74 141 72
Binary 11111100 11111100 101011 0 0 1010011 1 111100 1100001 111010

Color Harmonies of #FCFC2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFC2B

Black with #FCFC2B

Text Example


Text Example

White with #FCFC2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFC2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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