Html Css Color HEX #FCFC31 Gorse

📋 copy color: '#FCFC31'

red 252 ◦ green 252 ◦ blue 49

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

Shades of Gorse #FCFC31

Tints of Gorse #FCFC31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 8.86%

R = 45.57%
G = 45.57%
B = 8.86%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FCFC31 (or 0xFCFC31) is known color: Gorse. HEX triplet: FC, FC and 31. RGB value is (252,252,49). Sum of RGB (Red+Green+Blue) = 252+252+49=553 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.57% from 553); Green value is 252 (98.83% from 255 or 45.57% from 553); Blue value is 49 (19.53% from 255 or 8.86% from 553); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFC31 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFC31 is #0303CE. Grayscale: #E5E5E5. Windows color (decimal): -197583 or 3276028. OLE color: 3276028.

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

Color convert

RGB 252 252 49 -
CMYK 0 0 0.81 0.01
HSL 60º 0.97% 0.59% -
HSV(B) 60º 0.81% 0.99% -
XYZ 75.51 90.54 16.4 -
YUV 228.86 26.5 144.51 -
System Red Green Blue C M Y K H S L
Decimal 252 252 49 0 0 0.81 0.01 60 0.97 0.59
Hex FC FC 31 0 0 51 1 3C 61 3B
Octal 374 374 61 0 0 121 1 74 141 73
Binary 11111100 11111100 110001 0 0 1010001 1 111100 1100001 111011

Color Harmonies of #FCFC31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFC31

Black with #FCFC31

Text Example


Text Example

White with #FCFC31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFC31; }

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

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

background-color css

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

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

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

border-color css

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

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

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