Html Css Color HEX #FCFE32 Gorse

📋 copy color: '#FCFE32'

red 252 ◦ green 254 ◦ blue 50

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

Shades of Gorse #FCFE32

Tints of Gorse #FCFE32

RGB

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

 GREEN value IS 254 (99.61% from 255) = 45.68%

 BLUE value IS 50 (19.92% from 255) = 8.99%

R = 45.32%
G = 45.68%
B = 8.99%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.80

 K value IS 0.00

RGB Variations

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

Color information

#FCFE32 (or 0xFCFE32) is known color: Gorse. HEX triplet: FC, FE and 32. RGB value is (252,254,50). Sum of RGB (Red+Green+Blue) = 252+254+50=556 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.32% from 556); Green value is 254 (99.61% from 255 or 45.68% from 556); Blue value is 50 (19.92% from 255 or 8.99% from 556); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFE32 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFE32 is #0301CD. Grayscale: #E6E6E6. Windows color (decimal): -197070 or 3342076. OLE color: 3342076.

HSL color Cylindrical-coordinate representation of color #FCFE32: hue angle of 60.59º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FCFE32 is Cyan = 0.01, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.00.

Color convert

RGB 252 254 50 -
CMYK 0.01 0 0.80 0.00
HSL 60.59º 0.99% 0.6% -
HSV(B) 60.59º 0.8% 1% -
XYZ 76.16 91.81 16.72 -
YUV 230.15 26.34 143.59 -
System Red Green Blue C M Y K H S L
Decimal 252 254 50 0.01 0 0.80 0.00 60.59 0.99 0.6
Hex FC FE 32 1 0 50 0 3D 63 3C
Octal 374 376 62 1 0 120 0 75 143 74
Binary 11111100 11111110 110010 1 0 1010000 0 111101 1100011 111100

Color Harmonies of #FCFE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFE32

Black with #FCFE32

Text Example


Text Example

White with #FCFE32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFE32; }

 p { color: rgb(252,254,50); }

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

background-color css

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

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

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

border-color css

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

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

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